dbicSlide Send comments on this topic.
Font Property
See Also 
dbicSlide Assembly > Dbi.WinControl.Slide Namespace > BeforeAdvancedTipEventArgs Class : Font Property

Determines the font used to draw the text of the current tool tip.

Syntax

Visual Basic (Declaration) 
Public Property Font As Font
C# 
public Font Font {get; set;}

Property Value

Font

Remarks

Assigning a new value to this property within the event will change the Font of the text in the current tool tip.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also