Click or drag to resize

MarkerPenZoomAsync Property

Gets or sets the zoom async flag.

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public bool? ZoomAsync { get; set; }

Property Value

NullableBoolean
Remarks
If set to true, the zoom factor will change while marking. If set to false, it will change before marking.
See Also