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