UISegmentedControlSegment Enum

Definition

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

Alone 4

The standalone segment, capped on both ends.

Any 0

Any segment.

Center 2

Any segment between the left- and right-most segments.

Left 1

The capped, left-most segment.

Right 3

The capped, right-most segment.

Applies to