'Declaration
<DescriptionAttribute("Gets or sets the thickness of the padding for the background image.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <DefaultValueAttribute(C1.Framework.Thickness, "0")> <BrowsableAttribute(False)> <CategoryAttribute("Background")> Public Property BackImagePadding As Thickness
[Description("Gets or sets the thickness of the padding for the background image.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue(C1.Framework.Thickness, "0")] [Browsable(false)] [Category("Background")] public Thickness BackImagePadding {get; set;}