Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / UpdatingItemFontEventArgs Class / Font Property

In This Topic
    Font Property (UpdatingItemFontEventArgs)
    In This Topic
    Gets the System.Drawing.Font used to display text in the ribbon item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Font As Font
    public Font Font {get;}
    Remarks
    Note: this font will be disposed.
    See Also