ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / MapPosition Enumeration

In This Topic
    MapPosition Enumeration
    In This Topic
    Specifies the position of the dockable subitem.
    Syntax
    'Declaration
     
    Public Enum MapPosition 
       Inherits System.Enum
    public enum MapPosition : System.Enum 
    Members
    MemberDescription
    BottomCenterPosition title at BottomCenter.
    BottomLeftPosition title at BottomLeft.
    BottomRightPosition title at BottomRight.
    LeftBottomPosition title at LeftBottom.
    LeftCenterPosition title at LeftCenter.
    LeftTopPosition title at LeftTop.
    RightBottomPosition title at RightBottom.
    RightCenterPosition title at RightCenter.
    RightTopPosition title at RightTop.
    TopCenterPosition title at TopCenter.
    TopLeftPosition title at TopLeft.
    TopRightPosition title at TopRight.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapPosition

    See Also