FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / UpdatingItemFontEventArgs Class / NewFont Property

In This Topic
    NewFont Property (UpdatingItemFontEventArgs)
    In This Topic
    Gets or sets the System.Drawing.Font used to display text in the ribbon item.
    Syntax
    'Declaration
     
    Public Property NewFont As System.Drawing.Font
    public System.Drawing.Font NewFont {get; set;}
    Remarks
    Do not use fonts significantly larger or smaller than the Font property value.
    See Also