Gets or sets the color.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic Brush Color { get; set; }Public Property Color As Brush
Get
Set
public:
property Brush^ Color {
Brush^ get ();
void set (Brush^ value);
}member Color : Brush with get, set
Property Value
Type:
Brush
The color.
See Also