Click or drag to resize

MarkerPenZoomFactor Property

Gets or sets the zoom factor.

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

Property Value

NullableDouble
Remarks
The smallest factor is 1, the largest is defined by the MaxZoom property of the correction file.
See Also