ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / IMapDockableSubItem Interface / Position Property

In This Topic
    Position Property (IMapDockableSubItem)
    In This Topic
    Gets the position of the sub item. Ignored if MapLocation is defined. The default value is MapPosition.TopCenter.
    Syntax
    'Declaration
     
    ReadOnly Property Position As MapPosition
    MapPosition Position {get;}

    Property Value

    A MapPosition representing the position of the sub item.
    See Also