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