ActiveReports 9
TextAnchor Enumeration

Specifies how the text shape anchors to its position.
Syntax
'Declaration
 
Public Enum TextAnchor 
   Inherits System.Enum
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

Reference

GrapeCity.ActiveReports.Chart.Graphics Namespace

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum