Enum SwitchButtonContentPosition
Determines possible positions of the toggle switch button checked and unchecked contents.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public enum SwitchButtonContentPosition
Both
The checked content is displayed at the right side of the toggle switch button, while the unchecked content is displayed at the left side of the control.
Left
Both checked and unchecked contents are displayed at the left side of the toggle switch button.
Right
Both checked and unchecked contents are displayed at the right side of the toggle switch button.