www.Chart4.NET | Samples
User-defined brush object. Create a
Brush derived object, and assign to this property. Also specify the brush type in
BrushType property.
Namespace:
UnifoChart.Hierarchy
Assembly:
UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public Brush CustomBrush { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property CustomBrush As Brush |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyBrush
Dim value As Brush
value = instance.CustomBrush
instance.CustomBrush = value |
| Visual C++ |
|---|
public:
property Brush^ CustomBrush {
Brush^ get ();
void set (Brush^ value);
} |
| J# |
|---|
/** @property */
public Brush get_CustomBrush()
/** @property */
public void set_CustomBrush(Brush value)
|
| JScript |
|---|
public function get CustomBrush () : Brush
public function set CustomBrush (value : Brush) |
| JavaScript |
|---|
function get_CustomBrush();
function set_CustomBrush(value); |
Field Value
System.Drawing.Brush
Remarks
See Also