Back to Devexpress

ToggleSwitch.ToggleSwitchHeight Property

wpf-devexpress-dot-xpf-dot-editors-dot-toggleswitch-77bded76.md

latest1.3 KB
Original Source

ToggleSwitch.ToggleSwitchHeight Property

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

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public double ToggleSwitchHeight { get; set; }
vb
Public Property ToggleSwitchHeight As Double

Property Value

TypeDescription
Double

A Double value that is the height of the toggle switch.

|

Remarks

Use the ToggleSwitchHeight property to adjust the height of the toggle switch.

See Also

ToggleSwitch Class

ToggleSwitch Members

DevExpress.Xpf.Editors Namespace