ActiveReports 8
TextAnchor Enumeration
See Also 
GrapeCity.ActiveReports.Chart.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also