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