[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem

IMapSubItem Interface

Represents the base interface for all map rendering parts: viewport, titles, legends, distance scale, color scale.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IMapSubItem

Properties

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.

Extension Methods