MarkerPenZoomAsync Property |
Gets or sets the zoom async flag.
Namespace: RAYLASE.Marker.CommonAssembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntaxpublic bool? ZoomAsync { get; set; }
Property Value
NullableBoolean
RemarksIf set to true, the zoom factor will change while marking. If set to false, it will change before marking.
See Also