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