InputPanel for UWP | ComponentOne
C1.UWP.InputPanel Assembly / C1.Xaml.InputPanel Namespace / C1InputCheckBox Class / ButtonForeground Property

In This Topic
    ButtonForeground Property (C1InputCheckBox)
    In This Topic
    Gets or sets the Windows.UI.Xaml.Media.Brush that will be assigned to the Foreground of the buttons inside the control.
    Syntax
    'Declaration
     
    Public Property ButtonForeground As Brush
    public Brush ButtonForeground {get; set;}
    See Also