wpf-devexpress-dot-xpf-dot-editors-08c453be.md
Lists the values that specify the position of the content area within a toggle switch editor.
Namespace : DevExpress.Xpf.Editors
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public enum ToggleSwitchContentPlacement
Public Enum ToggleSwitchContentPlacement
| Name | Description |
|---|---|
Near |
The content is displayed at the near side of the toggle switch.
|
| Far |
The content is displayed at the far side of the toggle switch.
|
| Both |
Both types of content are displayed at the opposite sides of the toggle switch.
|
| Inside |
The content is displayed inside the toggle switch.
|
The following properties accept/return ToggleSwitchContentPlacement values:
The values listed by this enumeration are used to specify the position of the content area within the ToggleSwitchEdit control. The following image demonstrates different content positions.
See Also