共用方式為


CPBarButtonType 列舉

定義

列舉 的 CPBarButton 種類。

[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)]
public enum CPBarButtonType
type CPBarButtonType = 
繼承
CPBarButtonType
屬性

欄位

Image 1

按鈕會顯示影像。

Text 0

按鈕會顯示文字。

適用於