'Declaration <CategoryAttribute("Appearance")> <DefaultValueAttribute()> <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()] [Description("The color of the collection's OuterMargins.")] public Color OuterMarginsColor {get; set;}