Change CutOutEffectSize default value

This commit is contained in:
Jaex 2022-08-18 17:27:18 +03:00
parent f9969cc375
commit 77d0a4838d

View file

@ -107,8 +107,8 @@ public class AnnotationOptions
// Highlight effect
public Color HighlightColor { get; set; } = Color.Yellow;
// Cut Out tool
// Cut out tool
public CutOutEffectType CutOutEffectType { get; set; } = CutOutEffectType.None;
public int CutOutEffectSize { get; set; } = 5;
public int CutOutEffectSize { get; set; } = 10;
}
}