Click or drag to resize

SoftSpotLock Method

Set lock state of SoftSpot, it impacts SoftSpot motion ability on finger dragging events.

Namespace:  Com.Datalogic.Softspot
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual void Lock(
	bool lockVal
)

Parameters

lockVal
Type: SystemBoolean
- Pass in 'true' to keep SoftSpot locked to its current position. Pass in 'false' to allow SoftSpot to be moved around the screen.
Remarks

Set lock state of SoftSpot, it impacts SoftSpot motion ability on finger dragging events.

[Android Documentation]

See Also