Name | Description | |
---|---|---|
![]() | MapLimits Constructor | Initializes a new instance of the MapLimits class. |
The following tables list the members exposed by MapLimits.
Name | Description | |
---|---|---|
![]() | MapLimits Constructor | 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 System.Double. |
![]() | MaximumY | Gets or sets the maximum Y for map. Automatically calculated if omitted. An expression should evaluate to a System.Double. |
![]() | MinimumX | Gets or sets the minimum X for map. Automatically calculated if omitted. An expression should evaluate to a System.Double. |
![]() | MinimumY | Gets or sets the minimum Y for map. Automatically calculated if omitted. An expression should evaluate to a System.Double. |