FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / 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 System.Drawing.Font
    public System.Drawing.Font CaptionFont {get; set;}
    See Also