ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / Position Enumeration

In This Topic
    Position Enumeration
    In This Topic
    Defines the position enumeration.
    Syntax
    'Declaration
     
    Public Enum Position 
       Inherits System.Enum
    public enum Position : System.Enum 
    Members
    MemberDescription
    AutoThe automatic position.
    BottomThe bottom position.
    BottomLeftThe bottom left position.
    BottomRightThe bottom right position.
    CenterThe center position.
    LeftThe left position.
    RightThe right position.
    TopThe top position.
    TopLeftThe top left position.
    TopRightThe top right position.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.Position

    See Also