ActiveReports Developer 7
TextAnchor Enumeration
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace : TextAnchor Enumeration

Glossary Item Box

Specifies how the text shape anchors to its position.

Syntax

Visual Basic (Declaration) 
Public Enum TextAnchor 
   Inherits System.Enum
C# 
public enum TextAnchor : System.Enum 

Members

MemberDescription
BottomLeftThe text anchors by the bottom left corner.
BottomMiddleThe text anchors by the center of the bottom.
BottomRightThe text anchors by the bottom right corner.
CenterThe text anchors by the center. 
MiddleLeftThe text anchors by the center of the left side.
MiddleRightThe text anchors by the center of the right side.
TopLeftThe text anchors by the top left corner.
TopMiddleThe text anchors by the center of the top.
TopRightThe text anchors by the top right corner.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Chart.Graphics.TextAnchor

See Also