ExpGestureRecognizer.ManipulationExact Property

Definition

public:
 property bool ManipulationExact { bool get(); void set(bool value); };
bool ManipulationExact();

void ManipulationExact(bool value);
public bool ManipulationExact { get; set; }
var boolean = expGestureRecognizer.manipulationExact;
expGestureRecognizer.manipulationExact = boolean;
Public Property ManipulationExact As Boolean

Property Value

Boolean

bool

Applies to