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