| HotspotDescription Property |
Gets or sets a description for the hotspot.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public string Description { get; set; }
Public Property Description As String
Get
Set
Dim instance As Hotspot
Dim value As String
value = instance.Description
instance.Description = value
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also