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


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