Gets or sets the index of the image in the RoundButton.ImageList to display on the control.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
[TypeConverterAttribute(typeof(ImageIndexConverter))]
public int ImageIndex { get; set; }
Visual Basic
<TypeConverterAttribute(GetType(ImageIndexConverter))>
Public Property ImageIndex As Integer
	Get
	Set
Visual C++
public:
[TypeConverterAttribute(typeof(ImageIndexConverter))]
property int ImageIndex {
	int get ();
	void set (int value);
}
F#
[<TypeConverterAttribute(typeof(ImageIndexConverter))>]
member ImageIndex : int with get, set

Property Value

Type: Int32
The index of the image.

See Also