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