www.Chart4.NET | Samples

Image for expand button.

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

Syntax

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

value = instance.Button_Expand

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

Field Value

System.Drawing.Image

Remarks

If the image is of irregular shape, it may be better to be an image with transparent background.

See Also