UIMenuControllerArrowDirection 列挙型

定義

ポイントの矢印 UIMenuController の方向を示す列挙体。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIMenuControllerArrowDirection
type UIMenuControllerArrowDirection = 
継承
UIMenuControllerArrowDirection
属性

フィールド

Default 0

メニュー サイズに基づいて矢印の位置が決定されます。

Down 2

矢印はメニューの下部にあります。

Left 3

矢印はメニューの左側にあります。

Right 4

矢印はメニューの右側にあります。

Up 1

矢印はメニューの上部に表示されます。

適用対象