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