MapLocation Class Members
The following tables list the members exposed by MapLocation.
| Name | Description |
 | Left | The distance of the item from the left of the containing object. An expression should evaluate to a System.Double. The default value is 0. |
 | Top | The distance of the item from the top of the containing object. An expression should evaluate to a System.Double. The default value is 0. |
 | Unit | Gets or sets the unit for both left and top. That evaluates to one of MapUnit. The default value is MapUnit.Percentage. |
Top