Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgTextAnchor Enumeration

In This Topic
    SvgTextAnchor Enumeration
    In This Topic
    Defines the type of alignment (start-, middle- or end-) for a string of pre-formatted text.
    Syntax
    'Declaration
     
    Public Enum SvgTextAnchor 
       Inherits System.Enum
    public enum SvgTextAnchor : System.Enum 
    Members
    MemberDescription
    EndThe rendered characters are shifted such that the end of the resulting rendered text is at the initial current text position.
    MiddleThe rendered characters are shifted such that the geometric middle of the resulting rendered text is at the initial current text position.
    StartThe rendered characters are aligned such that the start of the resulting rendered text is at the initial current text position.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Svg.SvgTextAnchor

    See Also