improve:默认设置
This commit is contained in:
@@ -123,7 +123,7 @@ namespace Ink_Canvas
|
||||
[JsonIgnore]
|
||||
public bool IsEnableTwoFingerGestureTranslateOrRotation => IsEnableTwoFingerTranslate || IsEnableTwoFingerRotation;
|
||||
[JsonProperty("isEnableMultiTouchMode")]
|
||||
public bool IsEnableMultiTouchMode { get; set; } = true;
|
||||
public bool IsEnableMultiTouchMode { get; set; } = false;
|
||||
[JsonProperty("isEnableTwoFingerZoom")]
|
||||
public bool IsEnableTwoFingerZoom { get; set; } = true;
|
||||
[JsonProperty("isEnableTwoFingerTranslate")]
|
||||
|
||||
Reference in New Issue
Block a user