'Declaration <CategoryAttribute("Appearance")> <DefaultValueAttribute(System.Drawing.Color, "Control")> <DescriptionAttribute("The color of the collection's OuterMargins.")> Public Property OuterMarginsColor As Color
'Usage Dim instance As SmartItemCollection Dim value As Color instance.OuterMarginsColor = value value = instance.OuterMarginsColor
[Category("Appearance")] [DefaultValue(System.Drawing.Color, "Control")] [Description("The color of the collection's OuterMargins.")] public Color OuterMarginsColor {get; set;}