Click or drag to resize

GestureRecognizerPlatformSpecificView Property

A platform specific view object that this gesture can execute in, null if none

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

Property Value

Type: Object
The platform specific view this gesture can execute in
See Also