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