[]
Defines the properties for map sub items size
public sealed class MapSize
| Name | Description |
|---|---|
| MapSize() | Initializes a new instance of the MapSize class. |
| Name | Description |
|---|---|
| Height | Height of the item. An expression should evaluate to a double. |
| Unit | Gets or sets the unit for both width and height. That evaluates to one of MapUnit. The default value is Percentage. |
| Width | Width of the item. An expression should evaluate to a double. |