ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonControlHost Class / Font Property

In This Topic
    Font Property (RibbonControlHost)
    In This Topic
    The font used to display text in the hosted control.
    Syntax
    'Declaration
     
    Public Overridable Shadows Property Font As System.Drawing.Font
    public virtual new System.Drawing.Font Font {get; set;}
    See Also