UISegmentedControlStyle Enum

Definition

The visual style for a UISegmentedControl.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "This no longer has any effect.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UISegmentedControlStyle
type UISegmentedControlStyle = 
Inheritance
UISegmentedControlStyle
Attributes

Fields

Bar 2

The small toolbar style for segmented controls.

Bezeled 3

The large bezeled style for segmented controls.

Bordered 1

The large bordered style for segmented controls.

Plain 0

The large plain style for segmented controls. This is the default.

Applies to