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

Transparency for node's photo [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 Photo_Transparency { get; set; }
/** @property */
public int get_Photo_Transparency()
/** @property */
public void set_Photo_Transparency(int value)

Field Value

System.Int32 (0-10)
Remarks

Photo will be shown, only if any of Photo_Image4Nodes, Photo_ImageList4Levels or Photo_ImageList4Nodesis set.
See Also