Gets or sets the position of the content area relative to the toggle switch. This is a dependency property.
Namespace:DevExpress.Xpf.Editors
Assembly:DevExpress.Xpf.Core.v19.2.dll

Syntax
C# |
public ToggleSwitchContentPlacement ContentPlacement { get; set; }
|
VB |
Public Property ContentPlacement As ToggleSwitchContentPlacement
|
Property value
Type:
ToggleSwitchContentPlacement
A ToggleSwitchContentPlacement enumeration value.

Remarks
Use the ContentPlacement property to specify the required content position. The image belows demonstrates the available options.


See Also