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


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

    See Also