Modifica

Condividi tramite


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

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