Back to Devexpress

ToggleSwitchContentPlacement Enum

wpf-devexpress-dot-xpf-dot-editors-08c453be.md

latest2.0 KB
Original Source

ToggleSwitchContentPlacement Enum

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

Declaration

csharp
public enum ToggleSwitchContentPlacement
vb
Public Enum ToggleSwitchContentPlacement

Members

NameDescription
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:

Remarks

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

CheckedStateContent

UncheckedStateContent

DevExpress.Xpf.Editors Namespace