| HotspotIndex Property |
Gets or sets the index for the hotspot from it's parent collection.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public int Index { get; set; }
Public Property Index As Integer
Get
Set
Dim instance As Hotspot
Dim value As Integer
value = instance.Index
instance.Index = value
public:
property int Index {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also