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

Transparency for node's background image [0-10]. 0 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 Node_ImageTransparency { get; set; }
/** @property */
public int get_Node_ImageTransparency()
/** @property */
public void set_Node_ImageTransparency(int value)

Field Value

System.Int32 (0-10)
Remarks

Background image will be shown, only if Node_BackgroundTypeList is set as Image and Node_BackgroundImageList is set. Also transparency will be applied only if Node_BackgroundTypeList is set as Image.
See Also