次の方法で共有


CPPanDirection 列挙型

定義

ナビゲーション マップをパンする方向を列挙します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum CPPanDirection
type CPPanDirection = 
継承
CPPanDirection
属性

フィールド

Down 8

マップの下部に向かって。

Left 1

マップの左側に向かって。

None 0

パンなし。

Right 2

マップの右側に向かって。

Up 4

マップの上部に向かって。

適用対象