[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTextAnchor

SvgTextAnchor Enum

Defines the type of alignment (start-, middle- or end-) for a string of pre-formatted text.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public enum SvgTextAnchor
Public Enum SvgTextAnchor

Fields

Name Description
End

The rendered characters are shifted such that the end of the resulting rendered text is at the initial current text position.

Middle

The rendered characters are shifted such that the geometric middle of the resulting rendered text is at the initial current text position.

Start

The rendered characters are aligned such that the start of the resulting rendered text is at the initial current text position.