共用方式為


UISegmentedControlSegment 列舉

定義

UISegmentedControl 位置的列舉。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UISegmentedControlSegment
type UISegmentedControlSegment = 
繼承
UISegmentedControlSegment
屬性

欄位

Alone 4

獨立區段,兩端的上限。

Any 0

任何區段。

Center 2

左邊和最右邊區段之間的任何區段。

Left 1

上限、最左邊的區段。

Right 3

上限、最右邊的區段。

適用於