[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapDockableSubItem

IMapDockableSubItem Interface

Represents the dockable subitem of a map.

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

Properties

Name Description
Action

Gets the action associated with the element if any, otherwise null.

DockOutsideViewport

Gets a value indicating whether the sub item should be docked outside the viewport. Ignored if MapLocation is defined.

Hidden

Gets a value indicating whether the item is hidden.

Position

Gets the position of the sub item. Ignored if MapLocation is defined. The default value is TopCenter.

ToolTip

Gets the tooltip.

Extension Methods