Skip to main content
A newer version of this page is available. .

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.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public enum ToggleSwitchContentPlacement

Members

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.

Related API Members

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.

ToggleSwitch ContentPosition

See Also