Spread Silverlight Documentation
TextAnchoringTypes Enumeration


Specifies a list of available anchoring types for the text.
Syntax
'Declaration
 
Public Enum TextAnchoringTypes 
   Inherits System.Enum
'Usage
 
Dim instance As TextAnchoringTypes
public enum TextAnchoringTypes : System.Enum 
Members
MemberDescription
BottomAnchor the text at the bottom of the bounding rectangle
CenterAnchor the text at the middle of the bounding rectangle.
DistributedAnchor the text so that it is distributed vertically.
JustifiedAnchor the text so that it is justified vectically.
TopAnchor the textat the top of the bounding rectangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.TextAnchoringTypes

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Excel.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.