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