Property MinScale
MinScale
Gets or sets the minimum allowed zoom scale.
public float MinScale { get; set; }
Property Value
- float
The minimum scale factor. The default is
0.1. Must be positive.
Exceptions
- ArgumentOutOfRangeException
valueis zero or negative.