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