UISegmentedControlSegment Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of locations in a UISegmentedControl.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UISegmentedControlSegment
type UISegmentedControlSegment =
- Inheritance
-
UISegmentedControlSegment
- Attributes
Fields
Name | Value | Description |
---|---|---|
Any | 0 | Any segment. |
Left | 1 | The capped, left-most segment. |
Center | 2 | Any segment between the left- and right-most segments. |
Right | 3 | The capped, right-most segment. |
Alone | 4 | The standalone segment, capped on both ends. |