Click or drag to resize

GestureRecognizerPlatformSpecificViewScale Property

The platform specific view scale (default is 1.0). Change this if the view this gesture is attached to is being scaled.

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public float PlatformSpecificViewScale { get; set; }

Property Value

Type: Single
The platform specific view scale
See Also