Share via


CPPanDirection Enum

Definition

Enumerates the directions of panning the navigation map.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum CPPanDirection
[<ObjCRuntime.Native>]
[<System.Flags>]
type CPPanDirection = 
Inheritance
CPPanDirection
Attributes

Fields

Name Value Description
None 0

No pan.

Left 1

Towards the left side of the map.

Right 2

Towards the right side of the map.

Up 4

Towards the top of the map.

Down 8

Towards the bottom of the map.

Applies to