'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The color of the dark outer bevel side.")> <DefaultValueAttribute(System.Drawing.Color, "ControlDark")> Public Property OuterDark As Color
'Usage Dim instance As StandardFrame Dim value As Color instance.OuterDark = value value = instance.OuterDark
[Category("Appearance")] [Description("The color of the dark outer bevel side.")] [DefaultValue(System.Drawing.Color, "ControlDark")] public Color OuterDark {get; set;}