public Brush Foreground { get; set; }Public Property Foreground As Brush
Get
Setpublic:
virtual property Brush^ Foreground {
Brush^ get () sealed;
void set (Brush^ value) sealed;
}abstract Foreground : Brush with get, set
override Foreground : Brush with get, set