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