SegmentStyle Type
Union cases
| Union case |
Description
|
Full Usage:
Automatic
|
Default. The appearance of the segmented control is automatically determined based on the type of window in which the control is displayed and the position within the window. Maps to NSSegmentStyleAutomatic. |
Full Usage:
Capsule
|
The control is displayed using the capsule style. Maps to NSSegmentStyleCapsule. |
Full Usage:
RoundRect
|
The control is displayed using the round rect style. Maps to NSSegmentStyleRoundRect. |
Full Usage:
Rounded
|
The control is displayed using the rounded style. Maps to NSSegmentStyleRounded. |
Full Usage:
Separated
|
The segments in the control are displayed very close to each other but not touching. Maps to NSSegmentStyleSeparated. |
Full Usage:
SmallSquare
|
The control is displayed using the small square style. Maps to NSSegmentStyleSmallSquare. |
Full Usage:
TexturedRounded
|
The control is displayed using the textured rounded style. Maps to NSSegmentStyleTexturedRounded. |
Full Usage:
TexturedSquare
|
The control is displayed using the textured square style. Maps to NSSegmentStyleTexturedSquare. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAutomatic
Returns: bool
|
|
Full Usage:
this.IsCapsule
Returns: bool
|
|
Full Usage:
this.IsRoundRect
Returns: bool
|
|
Full Usage:
this.IsRounded
Returns: bool
|
|
Full Usage:
this.IsSeparated
Returns: bool
|
|
Full Usage:
this.IsSmallSquare
Returns: bool
|
|
Full Usage:
this.IsTexturedRounded
Returns: bool
|
|
Full Usage:
this.IsTexturedSquare
Returns: bool
|
|
fable-electron-docs-api