CrImage::Util::VerticalAlignment
Inherits Enum / Comparable / Value / Object
Vertical alignment for horizontal stacking.
Controls how images of different heights are aligned when stacked horizontally:
Top: Align to top edgeCenter: Center verticallyBottom: Align to bottom edge
Constants
Top = 0
Center = 1
Bottom = 2