Change default watermark text to make it obvious it is watermark

This commit is contained in:
Jaex 2018-04-14 13:36:37 +03:00
parent eb2aa5a1e2
commit a0dfe6cd75

View file

@ -58,7 +58,7 @@ public Point Offset
[DefaultValue(true), Description("If text watermark size bigger than source image then don't draw it.")] [DefaultValue(true), Description("If text watermark size bigger than source image then don't draw it.")]
public bool AutoHide { get; set; } public bool AutoHide { get; set; }
[DefaultValue("getsharex.com"), Editor(typeof(NameParserEditor), typeof(UITypeEditor))] [DefaultValue("Text watermark"), Editor(typeof(NameParserEditor), typeof(UITypeEditor))]
public string Text { get; set; } public string Text { get; set; }
private FontSafe textFontSafe = new FontSafe(); private FontSafe textFontSafe = new FontSafe();
@ -131,7 +131,7 @@ public int CornerRadius
[DefaultValue(LinearGradientMode.Vertical)] [DefaultValue(LinearGradientMode.Vertical)]
public LinearGradientMode GradientType { get; set; } public LinearGradientMode GradientType { get; set; }
[DefaultValue(typeof(Color), "0, 20, 40"), Editor(typeof(MyColorEditor), typeof(UITypeEditor)), TypeConverter(typeof(MyColorConverter))] [DefaultValue(typeof(Color), "0, 30, 80"), Editor(typeof(MyColorEditor), typeof(UITypeEditor)), TypeConverter(typeof(MyColorConverter))]
public Color BackgroundColor2 { get; set; } public Color BackgroundColor2 { get; set; }
[DefaultValue(false)] [DefaultValue(false)]