[]
Represents the base interface for all map rendering parts: viewport, titles, legends, distance scale, color scale.
public interface IMapSubItem
Name | Description |
---|---|
BottomMargin | Gets the width of the bottom margin. The default value is 0in. |
LeftMargin | Gets the width of the left margin. The default value is 0in. |
MapLocation | Gets the subitem location within the map. |
MapSize | Gets the subitem size within the map. |
RightMargin | Gets the width of the right margin. The default value is 0in. |
ShadowIntensity | Gets the shadow intensity. |
Style | Gets the style properties for the map subitem. |
TopMargin | Gets the width of the top margin. The default value is 0in. |
ZIndex | Gets the drawing order of the item within the map. The default value is 0. |