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

箭头指向上。

适用于