www.Chart4.NET (Documentation) |
Samples Download | Release Notes
User-defined brush object. Create a
Brush derived object, and assign to this property. Also specify the brush type in
BrushType property.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public Brush CustomBrush { get; set; }
public Brush CustomBrush { get; set; }
Public Property CustomBrush As Brush
Get
Set
Public Property CustomBrush As Brush
Get
Set
public:
property Brush^ CustomBrush {
Brush^ get ();
void set (Brush^ value);
}
public:
property Brush^ CustomBrush {
Brush^ get ();
void set (Brush^ value);
}
member CustomBrush : Brush with get, set
member CustomBrush : Brush with get, set
/** @property */
public Brush get_CustomBrush()
/** @property */
public void set_CustomBrush(Brush value)
/** @property */
public Brush get_CustomBrush()
/** @property */
public void set_CustomBrush(Brush value)
Field Value
System.Drawing.Brush
See also
BrushType.