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