Xceed Toolkit Plus for WPF v4.6 Documentation
ThumbWidth Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > ToggleSwitch Class : ThumbWidth Property
Gets or sets the width of the thumb.
Syntax
'Declaration
 
Public Property ThumbWidth As Double
'Usage
 
Dim instance As ToggleSwitch
Dim value As Double
 
instance.ThumbWidth = value
 
value = instance.ThumbWidth
public double ThumbWidth {get; set;}

Property Value

A value representing the width of the thumb. By default, 24d.
Requirements

See Also

Reference

ToggleSwitch Class
ToggleSwitch Members