Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement Class / TextAnchor Property

In This Topic
    TextAnchor Property
    In This Topic
    Gets or sets a value specifying how to align a string of pre-formatted text.
    Syntax
    'Declaration
     
    Public Property TextAnchor As System.Nullable(Of SvgTextAnchor)
    public System.Nullable<SvgTextAnchor> TextAnchor {get; set;}
    See Also