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