www.Chart4.NET | Samples

Transparency for node's photo [0-10]. 0 means opaque. Default is 0.

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

Syntax

C#
public int Photo_Transparency { get; set; }
Visual Basic (Declaration)
Public Property Photo_Transparency As Integer
Visual Basic (Usage)
Dim instance As HierarchySettings
Dim value As Integer

value = instance.Photo_Transparency

instance.Photo_Transparency = value
Visual C++
public:
property int Photo_Transparency {
	int get ();
	void set (int value);
}
J#
/** @property */
public int get_Photo_Transparency()
/** @property */
public  void set_Photo_Transparency(int value)
JScript
public function get Photo_Transparency () : int
public function set Photo_Transparency (value : int)
JavaScript
function get_Photo_Transparency();
function set_Photo_Transparency(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