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