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