www.Chart4.NET (Documentation) |
Samples Download | Release Notes
ImageList containing photos corresponding to each levels of nodes, in case
Photo_ImageList4Nodes is not specified. See Remarks.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public ImageList Photo_ImageList4Levels { get; set; }
public ImageList Photo_ImageList4Levels { get; set; }
Public Property Photo_ImageList4Levels As ImageList
Get
Set
Public Property Photo_ImageList4Levels As ImageList
Get
Set
public:
property ImageList^ Photo_ImageList4Levels {
ImageList^ get ();
void set (ImageList^ value);
}
member Photo_ImageList4Levels : ImageList with get, set
member Photo_ImageList4Levels : ImageList with get, set
/** @property */
public ImageList get_Photo_ImageList4Levels()
/** @property */
public void set_Photo_ImageList4Levels(ImageList value)
/** @property */
public ImageList get_Photo_ImageList4Levels()
/** @property */
public void set_Photo_ImageList4Levels(ImageList value)
Field Value
System.Windows.Forms.ImageList Object
- Priority is for Photo_ImageList4Nodes, Photo_ImageList4Levels and least for Photo_Image4Nodes.
- To get clear photos in nodes, set apropriate ImagSize (preferably 48x48) and ColorDepth (preferably Depth32Bit) properties of ImageList (before adding images to it).