UIPressType 列挙型

定義

オブジェクトのボタンの種類をUIPress列挙します (「」を参照)。Type

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIPressType
type UIPressType = 
継承
UIPressType
属性

フィールド

DownArrow 1

下向きの矢印。

LeftArrow 2

左向きの矢印。

Menu 5

専用メニュー ボタン。

PlayPause 6

再生の切り替え専用のボタン。

RightArrow 3

右向きの矢印。

Select 4

選択を示すボタン。

UpArrow 0

上向きの矢印。

適用対象