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

In This Topic
    FontPadding Property (UpdatingItemFontEventArgs)
    In This Topic
    Gets or sets whether text bounding rectangle should include padding.
    Syntax
    'Declaration
     
    Public Property FontPadding As System.Boolean
    public System.bool FontPadding {get; set;}
    Remarks
    Use the true value if the NewFont property uses the System.Drawing.FontStyle.Italic style.
    See Also