AlignY Enumeration
Specifies the vertical alignment of a TextVisualizer or PointVisualizerSet.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum AlignY
Values
Value name | Value | Description |
---|---|---|
Top | 0 | Indicates that the text/symbol should be aligned with its top edge positioned at the insertion point. |
Bottom | 8 | Indicates that the text/symbol should be aligned with its bottom edge positioned at the insertion point. |
Baseline | 24 | Indicates that the text should be aligned with its text baseline edge positioned at the insertion point. For a PointVisualizerSet, the result is the same as with Bottom. |
Center | 99 | Indicates that the text/symbol should be centered vertically, i.e. its horizontal center line should be positioned at the insertion point. |
None | 100 | Indicates that a PointVisualizerSet should not apply any extra alignment to the presentation. This value is invalid for text visualizers. |
Remarks
![]() |
Platforms
Windows, Linux, Android