共用方式為


UISegmentedControlStyle 列舉

定義

UISegmentedControl 視覺化樣式。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "This no longer has any effect.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UISegmentedControlStyle
type UISegmentedControlStyle = 
繼承
UISegmentedControlStyle
屬性

欄位

Bar 2

分段控制項的小型工具列樣式。

Bezeled 3

分段控制項的大型邊框樣式。

Bordered 1

分段控制項的大型框線樣式。

Plain 0

分段控制項的大型純文字樣式。 此為預設值。

適用於