'Declaration
<System.ComponentModel.DefaultValueAttribute(-1)> <System.ComponentModel.DescriptionAttribute("Gets/sets the zero-based index to be used from the specified ImageList.")> Public Overridable Property ImageIndex As System.Integer
'Usage
Dim instance As NImageShape Dim value As System.Integer instance.ImageIndex = value value = instance.ImageIndex
[System.ComponentModel.DefaultValue(-1)] [System.ComponentModel.Description("Gets/sets the zero-based index to be used from the specified ImageList.")] public virtual System.int ImageIndex {get; set;}