ExpGestureRecognizer.ManipulationExact 属性

定义

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

属性值

Boolean

bool

适用于