Ribbon for WinForms | ComponentOne
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 Boolean
    public bool FontPadding {get; set;}
    Remarks
    Use the true value if the NewFont property uses the System.Drawing.FontStyle.Italic style.
    See Also