StandardTouchTool.TouchRadiusScaleFactor Property
Gets or sets a scale factor that is applied to the touch radius before it is used by the StandardTouchTool.
Syntax
public System.Double TouchRadiusScaleFactor { get; set; }
Property Value
Default: 1.0
A scale factor that is applied to the touch radius.
Remarks
This property can be used to make all touch points proportionally smaller or larger before the StandardTouchTool uses the size internally. This is useful if the hardware consistently reports touch areas that you feel are too large or too small.
Platforms
Windows, Linux, Android