'Declaration <DefaultValueAttribute()> <CategoryAttribute("Bevel Effect")> <DescriptionAttribute("The light color of the bevel effect applied on the frame.")> Public Property LightColor As Color
'Usage Dim instance As ImageFrame Dim value As Color instance.LightColor = value value = instance.LightColor
[DefaultValue()] [Category("Bevel Effect")] [Description("The light color of the bevel effect applied on the frame.")] public Color LightColor {get; set;}