[]
Defines the map limits
public sealed class MapLimits
| Name | Description |
|---|---|
| MapLimits() | Initializes a new instance of the MapLimits class. |
| Name | Description |
|---|---|
| LimitDefaultValue | Default value of the map limits. |
| Name | Description |
|---|---|
| MaximumX | Gets or sets the maximum X for map. Automatically calculated if omitted. An expression should evaluate to a double. |
| MaximumY | Gets or sets the maximum Y for map. Automatically calculated if omitted. An expression should evaluate to a double. |
| MinimumX | Gets or sets the minimum X for map. Automatically calculated if omitted. An expression should evaluate to a double. |
| MinimumY | Gets or sets the minimum Y for map. Automatically calculated if omitted. An expression should evaluate to a double. |