[NotNullAttribute]
public Brush Foreground { get; set; }<NotNullAttribute>
Public Property Foreground As Brush
Get
Setpublic:
[NotNullAttribute]
property Brush^ Foreground {
Brush^ get ();
void set (Brush^ value);
}[<NotNullAttribute>]
member Foreground : Brush with get, set