Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / ToggleSwitch Class / ThumbElasticity Property


In This Topic
    ThumbElasticity Property
    In This Topic
    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