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