Gets or sets the
System.Windows.Media.Brush that will be assigned to the Foreground of the buttons inside the control.
Syntax
'Declaration
Public Property ButtonForeground As Brush
'Usage
Dim instance As C1Window
Dim value As Brush
instance.ButtonForeground = value
value = instance.ButtonForeground
public Brush ButtonForeground {get; set;}
public:
property Brush^ ButtonForeground {
Brush^ get();
void set ( Brush^ value);
}
See Also