ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / StyleFontDelta Class / SpecificFont Property

In This Topic
    SpecificFont Property
    In This Topic
    Gets or sets the specific font that will be used instead of the base font.
    Syntax
    'Declaration
     
    Public Property SpecificFont As System.Drawing.Font
    public System.Drawing.Font SpecificFont {get; set;}
    See Also