HierarchyNode ControlTransparency Property Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

Transparecy of Control [0-255], value 0 means full transparency and 255 means opaque. Default is 0.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public int ControlTransparency { get; set; }
/** @property */
public int get_ControlTransparency()
/** @property */
public void set_ControlTransparency(int value)

Field Value

System.Int32
Remarks

See also Control and ControlNode.
See Also