| HotspotFadeTime Property |
Gets or sets a value which determines how long it takes in milliseconds for the fade to take place when a hotspot changes visibility and the VisibleMode is set to Fade.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public long FadeTime { get; set; }
Public Property FadeTime As Long
Get
Set
Dim instance As Hotspot
Dim value As Long
value = instance.FadeTime
instance.FadeTime = value
public:
property long long FadeTime {
long long get ();
void set (long long value);
}
Property Value
Type:
Int64See Also