[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTextAnchor

Enum SvgTextAnchor

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

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

public enum SvgTextAnchor

Fields

End = 2

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

Middle = 1

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

Start = 0

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