Skip to main content
A newer version of this page is available. .
All docs
V20.2

ToggleSwitchEditSettings.ToggleSwitchHeight Property

Gets or sets the height of the toggle switch. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public double ToggleSwitchHeight { get; set; }

Property Value

Type Description
Double

The toggle switch height.

See Also