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


In This Topic
    ThumbForeground Property
    In This Topic
    Gets or sets the Brush for the Thumb’s Foreground.
    Syntax
    'Declaration
     
    Public Property ThumbForeground As Brush
    'Usage
     
    Dim instance As ToggleSwitch
    Dim value As Brush
     
    instance.ThumbForeground = value
     
    value = instance.ThumbForeground
    public Brush ThumbForeground {get; set;}
    Requirements

    See Also