FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / 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 System.Drawing.Font
    public System.Drawing.Font Font {get;}
    Remarks
    Note: this font will be disposed.
    See Also