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