Skybound VisualTips

VisualTip.Font Property

Gets or sets the font used to display the tip text.

[Visual Basic]
Public Property Font As Font
[C#]
public System.Drawing.Font Font {get; set;}

Property Value

A Font which represents the font used to display the tip text.

Remarks

When no specific value is assigned to this property, its value is determined by quering a property called "Font" on the associated component. If no property called "Font" exists, the Font property of the parent control is returned instead.

Note to Translators: This property is marked with the LocalizableAttribute. When the Localizable designer property on a form is set to true, the value of this property is persisted in the resource file associated with each culture. You can localize these resource files without modifying the code.

See Also

VisualTip Class | Skybound.VisualTips Namespace