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

Position Enumeration
Specifies the position enumeration.
Syntax
'Declaration
 
Public Enum Position 
   Inherits 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