'Declaration
<DescriptionAttribute("Gets or sets the amount of space between child elements.")> <BrowsableAttribute(False)> <DefaultValueAttribute(System.Drawing.Size, "0,0")> <CategoryAttribute("Layout")> Public Property ChildSpacing As Size
[Description("Gets or sets the amount of space between child elements.")] [Browsable(false)] [DefaultValue(System.Drawing.Size, "0,0")] [Category("Layout")] public Size ChildSpacing {get; set;}