www.Chart4.NET | Samples

Background brush for the particular node, in case BackgroundType set as Brush.

Namespace:  UnifoChart.Hierarchy
Assembly:  UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)

Syntax

C#
public HierarchyBrush BackgroundBrush { get; }
Visual Basic (Declaration)
Public ReadOnly Property BackgroundBrush As HierarchyBrush
Visual Basic (Usage)
Dim instance As HierarchyNode
Dim value As HierarchyBrush

value = instance.BackgroundBrush
Visual C++
public:
property HierarchyBrush^ BackgroundBrush {
	HierarchyBrush^ get ();
}
J#
/** @property */
public HierarchyBrush get_BackgroundBrush()
JScript
public function get BackgroundBrush () : HierarchyBrush
JavaScript
function get_BackgroundBrush();

Field Value

UnifoChart.Hierarchy.HierarchyBrush

Remarks

  • If you set Control property to display .NET controls, then set a transparent background for the container control to make the node background visible. See Control property for details.

See Also