UISegmentedControlStyle 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.
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
Name | Value | Description |
---|---|---|
Plain | 0 | The large plain style for segmented controls. This is the default. |
Bordered | 1 | The large bordered style for segmented controls. |
Bar | 2 | The small toolbar style for segmented controls. |
Bezeled | 3 | The large bezeled style for segmented controls. |