www.Chart4.NET (Documentation) |
Samples Download | Release Notes
When
Control property is set, whether or not to show the node details (photo and text) with the control. Default is false.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public bool ControlNode { get; set; }
public bool ControlNode { get; set; }
Public Property ControlNode As Boolean
Get
Set
Public Property ControlNode As Boolean
Get
Set
public:
property bool ControlNode {
bool get ();
void set (bool value);
}
public:
property bool ControlNode {
bool get ();
void set (bool value);
}
member ControlNode : bool with get, set
member ControlNode : bool with get, set
/** @property */
public boolean get_ControlNode()
/** @property */
public void set_ControlNode(boolean value)
/** @property */
public boolean get_ControlNode()
/** @property */
public void set_ControlNode(boolean value)
Field Value
System.Boolean
See also
Control and
ControlTransparency.