Header menu logo fable-electron-docs-api

SegmentStyle Type

Union cases

Union case Description

Automatic

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.

Capsule

Full Usage: Capsule

The control is displayed using the capsule style. Maps to NSSegmentStyleCapsule.

RoundRect

Full Usage: RoundRect

The control is displayed using the round rect style. Maps to NSSegmentStyleRoundRect.

Rounded

Full Usage: Rounded

The control is displayed using the rounded style. Maps to NSSegmentStyleRounded.

Separated

Full Usage: Separated

The segments in the control are displayed very close to each other but not touching. Maps to NSSegmentStyleSeparated.

SmallSquare

Full Usage: SmallSquare

The control is displayed using the small square style. Maps to NSSegmentStyleSmallSquare.

TexturedRounded

Full Usage: TexturedRounded

The control is displayed using the textured rounded style. Maps to NSSegmentStyleTexturedRounded.

TexturedSquare

Full Usage: TexturedSquare

The control is displayed using the textured square style. Maps to NSSegmentStyleTexturedSquare.

Instance members

Instance member Description

this.IsAutomatic

Full Usage: this.IsAutomatic

Returns: bool
Returns: bool

this.IsCapsule

Full Usage: this.IsCapsule

Returns: bool
Returns: bool

this.IsRoundRect

Full Usage: this.IsRoundRect

Returns: bool
Returns: bool

this.IsRounded

Full Usage: this.IsRounded

Returns: bool
Returns: bool

this.IsSeparated

Full Usage: this.IsSeparated

Returns: bool
Returns: bool

this.IsSmallSquare

Full Usage: this.IsSmallSquare

Returns: bool
Returns: bool

this.IsTexturedRounded

Full Usage: this.IsTexturedRounded

Returns: bool
Returns: bool

this.IsTexturedSquare

Full Usage: this.IsTexturedSquare

Returns: bool
Returns: bool

Type something to start searching.