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