TreeView for WinForms | ComponentOne
C1.Framework Namespace / Style Class / FontPadding Property

In This Topic
    FontPadding Property (Style)
    In This Topic
    Gets or sets whether text bounding rectangle should include padding.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("Gets or sets whether text bounding rectangle should include padding.")>
    <CategoryAttribute("Text")>
    Public Property FontPadding As Boolean
    [DefaultValue(false)]
    [Description("Gets or sets whether text bounding rectangle should include padding.")]
    [Category("Text")]
    public bool FontPadding {get; set;}
    See Also