Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / TextAnchorType Enumeration


In This Topic
    TextAnchorType Enumeration
    In This Topic
    Contains the options that determine how text is anchored.
    Syntax
    'Declaration
     
    Public Enum TextAnchorType 
       Inherits System.Enum
    'Usage
     
    Dim instance As TextAnchorType
    public enum TextAnchorType : System.Enum 
    Members
    MemberDescription
    BottomThe text is anchored to the bottom.
    CenterThe text is anchored to the center.
    DistributedThe text is distributed.
    JustifiedThe text is justified.
    TopThe text is anchored to the top.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Document.NET.TextAnchorType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, 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