AlignX Enumeration
Specifies the horizontal alignment of a TextVisualizer or PointVisualizerSet.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum AlignX
Values
Value name | Value | Description |
---|---|---|
Left | 0 | Indicates that the text/symbol should be left aligned, i.e. its left edge should be positioned at the insertion point. |
Right | 2 | Indicates that the text/symbol should be right aligned, i.e. its right edge should be positioned at the insertion point. |
Middle | 6 | Indicates that the text/symbol should be centered horizontally, i.e. its vertical center line should be positioned at the insertion point. |
None | 7 | 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