Xceed Toolkit Plus for WPF v4.6 Documentation
ThumbElasticity Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > ToggleSwitch Class : ThumbElasticity Property
Gets or sets how far the Thumb must be dragged before it switches to the other value (as a percentage of the ToggleSwitch width).
Syntax
'Declaration
 
Public Property ThumbElasticity As Double
'Usage
 
Dim instance As ToggleSwitch
Dim value As Double
 
instance.ThumbElasticity = value
 
value = instance.ThumbElasticity
public double ThumbElasticity {get; set;}
Requirements

See Also

Reference

ToggleSwitch Class
ToggleSwitch Members