 | 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
Members|
| Member name | Value | Description |
|---|
| Start | 0 |
The rendered characters are aligned such that the start of the text string is at the initial current text position.
|
| Middle | 1 |
The rendered characters are aligned such that the middle of the text string is at the current text position.
|
| End | 2 |
The rendered characters are aligned such that the end of the text string is at the initial current text position.
|
See Also