Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1RibbonForm Class / CaptionFont Property

In This Topic
    CaptionFont Property (C1RibbonForm)
    In This Topic
    Gets or sets the System.Drawing.Font that is used to display text in the title bar of the C1RibbonForm.
    Syntax
    'Declaration
     
    
    Public Property CaptionFont As Font
    public Font CaptionFont {get; set;}
    See Also