PointVisualizerSet.AlignX Property
Gets or sets a value specifying how the combined presentation is aligned horizontally.
Syntax
public AttributeVariable< AlignX > AlignX { get; set; }
Property Value
Default: None
How the combined presentation is aligned horizontally.
Remarks
This property specifies how the combined presentation is aligned horizontally. The term "horizontal" must be understood relative to the orientation of the presentation object, which depends on Rotation and RotationMode.
If the value of this property is None, the visualizer will not realign its combined presentation. That is, the horizontal position depends only on the AlignX and OffsetX of the individual visualizers, plus the OffsetX of the PointVisualizerSet.
For all other values, the PointVisualizerSet will realign its combined presentation. That is, the AlignX and OffsetX of the individual visualizers are just used internally to determine the relative positions of the individual presentations. Then, the bounding box of the combined presentation is aligned horizontally so that its left edge, its vertical middle line, or its right edge touches the insertion point. Finally, the OffsetX of the PointVisualizerSet is applied.
Platforms
Windows, Linux, Android