GradientStopDataColor Property |
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", EmitDefaultValue = false)]
public string Color { get; set; }<DataMemberAttribute(Name := "color", EmitDefaultValue := false)>
Public Property Color As String
Get
Set
public:
[DataMemberAttribute(Name = L"color", EmitDefaultValue = false)]
property String^ Color {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute(Name = "color", EmitDefaultValue = false)>]
member Color : string with get, set
Property Value
Type:
String
The color.
See Also