[CanBeNullAttribute]
public Brush Foreground { get; }
<CanBeNullAttribute>
Public ReadOnly Property Foreground As Brush
Get
public:
[CanBeNullAttribute]
property Brush^ Foreground {
Brush^ get ();
}
[<CanBeNullAttribute>]
member Foreground : Brush with get