AlignmentBaseline Enum
Contents
[
Hide
]AlignmentBaseline enumeration
Specifies the alignment baseline for text and other inline content in SVG.
public enum AlignmentBaseline
Values
| Name | Value | Description |
|---|---|---|
| Baseline | 0 | Aligns the baseline of the box with the baseline of the parent box. |
| TextBottom | 1 | Aligns the bottom of the box with the bottom of the parent’s content area. |
| Middle | 2 | Aligns the middle of the box with the middle of the parent’s content area. |
| Central | 3 | Aligns the central baseline of the box with the central baseline of the parent box. |
| TextTop | 4 | Aligns the top of the box with the top of the parent’s content area. |
| Ideographic | 5 | Aligns the box’s ideographic baseline with the parent’s ideographic baseline. |
| Alphabetic | 6 | Aligns the box’s alphabetic baseline with the parent’s alphabetic baseline. |
| Mathematical | 7 | Aligns the box’s mathematical baseline with the parent’s mathematical baseline. |
Remarks
The ‘alignment-baseline’ property is defined in the CSS Line Layout Module 3 specification. SVG 2 introduces changes to the definition of this property.
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG