Share via


UISegmentedControlSegment Enum

Definition

An enumeration of locations in a UISegmentedControl.

[ObjCRuntime.Native]
public enum UISegmentedControlSegment
[<ObjCRuntime.Native>]
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.

Applies to