| AutoHotPopupTextFont Property |
Gets or sets the Font used to display the Text set in a Hotspot that has the focus.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public Font TextFont { get; set; }
Public Property TextFont As Font
Get
Set
Dim instance As AutoHotPopup
Dim value As Font
value = instance.TextFont
instance.TextFont = value
public:
property Font^ TextFont {
Font^ get ();
void set (Font^ value);
}
Property Value
Type:
FontSee Also