'Declaration
<CategoryAttribute("Border")> <DescriptionAttribute("Gets or sets the thickness of the border around the element.")> <DefaultValueAttribute(C1.Framework.Thickness, "0")> Public Property Border As Thickness
[Category("Border")] [Description("Gets or sets the thickness of the border around the element.")] [DefaultValue(C1.Framework.Thickness, "0")] public Thickness Border {get; set;}