Class SwitchButtonContentPosition
Determines possible positions of the toggle switch button checked and unchecked contents.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class SwitchButtonContentPosition : Enum
Fields
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.
Declaration
public const SwitchButtonContentPosition Both
Field Value
SwitchButtonContentPosition
|
Left
Both checked and unchecked contents are displayed at the left side of the toggle switch button.
Declaration
public const SwitchButtonContentPosition Left
Field Value
SwitchButtonContentPosition
|
Right
Both checked and unchecked contents are displayed at the right side of the toggle switch button.
Declaration
public const SwitchButtonContentPosition Right
Field Value
SwitchButtonContentPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|