ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperTooltipBase Class / Font Property

In This Topic
    Font Property (C1SuperTooltipBase)
    In This Topic
    Gets or sets the default font used to display the tooltip.
    Syntax
    'Declaration
     
    Public Property Font As System.Drawing.Font
    public System.Drawing.Font Font {get; set;}
    See Also