UISegmentedControlStyle 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的 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 | 分段控制項的大型純文字樣式。 此為預設值。 |