Click or drag to resize

SvgTextAnchor Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Text anchor is used to align (start-, middle- or end-alignment) a string of text relative to a given point.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public enum SvgTextAnchor
Request Example View Source
Members
  Member nameValueDescription
Start0 The rendered characters are aligned such that the start of the text string is at the initial current text position.
Middle1 The rendered characters are aligned such that the middle of the text string is at the current text position.
End2 The rendered characters are aligned such that the end of the text string is at the initial current text position.
See Also

Reference