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