'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> <System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the custom image to be displayed on the corresponding indicator.")> Public Property IndicatorImage As System.Drawing.Image
'Usage
Dim instance As NTreeNode Dim value As System.Drawing.Image instance.IndicatorImage = value value = instance.IndicatorImage
[System.Xml.Serialization.XmlIgnore()] [System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the custom image to be displayed on the corresponding indicator.")] public System.Drawing.Image IndicatorImage {get; set;}