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

In This Topic
    BackImagePadding Property (Style)
    In This Topic
    Gets or sets the thickness of the padding between the element edges and its content.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <CategoryAttribute("Background")>
    <DefaultValueAttribute(C1.Framework.Thickness, "0")>
    <BrowsableAttribute(False)>
    <DescriptionAttribute("Gets or sets the thickness of the padding for the background image.")>
    Public Property BackImagePadding As Thickness
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Category("Background")]
    [DefaultValue(C1.Framework.Thickness, "0")]
    [Browsable(false)]
    [Description("Gets or sets the thickness of the padding for the background image.")]
    public Thickness BackImagePadding {get; set;}
    See Also