fix:issue #133
This commit is contained in:
@@ -514,6 +514,18 @@ namespace Ink_Canvas
|
||||
[JsonProperty("fingerModeBoundsWidth")]
|
||||
public int FingerModeBoundsWidth { get; set; } = 30;
|
||||
|
||||
[JsonProperty("nibModeBoundsWidthThresholdValue")]
|
||||
public double NibModeBoundsWidthThresholdValue { get; set; } = 2.5;
|
||||
|
||||
[JsonProperty("fingerModeBoundsWidthThresholdValue")]
|
||||
public double FingerModeBoundsWidthThresholdValue { get; set; } = 2.5;
|
||||
|
||||
[JsonProperty("nibModeBoundsWidthEraserSize")]
|
||||
public double NibModeBoundsWidthEraserSize { get; set; } = 0.8;
|
||||
|
||||
[JsonProperty("fingerModeBoundsWidthEraserSize")]
|
||||
public double FingerModeBoundsWidthEraserSize { get; set; } = 0.8;
|
||||
|
||||
[JsonProperty("eraserBindTouchMultiplier")]
|
||||
public bool EraserBindTouchMultiplier { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user