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