Property MaxScale
MaxScale
Gets or sets the maximum allowed zoom scale.
public float MaxScale { get; set; }
Property Value
- float
The maximum scale factor. The default is
10. Must be positive and greater than or equal to MinScale.
Exceptions
- ArgumentOutOfRangeException
valueis zero, negative, or less than MinScale.