ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1RibbonForm Class / CaptionFont Property

In This Topic
    CaptionFont Property
    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 System.Drawing.Font
    public System.Drawing.Font CaptionFont {get; set;}
    See Also