www.Chart4.NET | Samples

Common photo for all nodes, in case Photo_ImageList4Nodes and Photo_ImageList4Levels are not specified. See Remarks.

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

Syntax

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

value = instance.Photo_Image4Nodes

instance.Photo_Image4Nodes = value
Visual C++
public:
property Image^ Photo_Image4Nodes {
	Image^ get ();
	void set (Image^ value);
}
J#
/** @property */
public Image get_Photo_Image4Nodes()
/** @property */
public  void set_Photo_Image4Nodes(Image value)
JScript
public function get Photo_Image4Nodes () : Image
public function set Photo_Image4Nodes (value : Image)
JavaScript
function get_Photo_Image4Nodes();
function set_Photo_Image4Nodes(value);

Field Value

System.Drawing.Image

Remarks

Priority is for Photo_ImageList4Nodes, Photo_ImageList4Levels and least for Photo_Image4Nodes.

See Also