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