'Declaration
<CategoryAttribute("Layout")> <DefaultValueAttribute(C1.Framework.Thickness, "0")> <DescriptionAttribute("Gets or sets the thickness of the padding between the element edges and its content.")> Public Property Padding As Thickness
[Category("Layout")] [DefaultValue(C1.Framework.Thickness, "0")] [Description("Gets or sets the thickness of the padding between the element edges and its content.")] public Thickness Padding {get; set;}