PointVisualizerSet.AlignY Property
Gets or sets a value specifying how the combined presentation is aligned vertically.
Syntax
public AttributeVariable< AlignY > AlignY { get; set; }
Property Value
Default: None
How the combined presentation is aligned vertically.
Remarks
This property specifies how the combined presentation is aligned vertically. The term "vertical" 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 vertical position depends only on the AlignY and OffsetY of the individual visualizers, plus the OffsetY of the PointVisualizerSet.
For all other values, the PointVisualizerSet will realign its combined presentation. That is, the AlignY and OffsetY 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 vertically so that its bottom edge, its horizontal central line, or its top edge touches the insertion point. Finally, the OffsetY of the PointVisualizerSet is applied.
Platforms
Windows, Linux, Android