Gets or sets the color.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "color")]
public BrushData Color { get; set; }<DataMemberAttribute(Name := "color")>
Public Property Color As BrushData
Get
Set
public:
[DataMemberAttribute(Name = L"color")]
property BrushData^ Color {
BrushData^ get ();
void set (BrushData^ value);
}[<DataMemberAttribute(Name = "color")>]
member Color : BrushData with get, set
Property Value
Type:
BrushData
The color.
See Also