Skip to main content

TdxToggleSwitchStateIndicator.Position Property

Specifies the display position of the selected indicator – outside or inside the switch.

Declaration

property Position: TdxToggleSwitchStateIndicatorPosition read; write; default sipOutside;

Property Value

Type Default
TdxToggleSwitchStateIndicatorPosition sipOutside

Remarks

The following table illustrates samples of toggle switch editors with various checked states, and Position and Kind property values.

colspan=”2” rowspan=”2” |

Position Property Value

sipInside

sipOutside

Checked State

True

colspan=”3” |

False

The default value of the Position property is sipOutside.

See Also