VerticalAlignment EnumerationDelta Engine Documentation
How text aligns when rendered on screen: Against the top edge of the draw area, centered in the middle or against the bottom edge View code on GitHub

Namespace: DeltaEngine.Rendering2D.Fonts
Assembly: DeltaEngine.Rendering2D.Fonts (in DeltaEngine.Rendering2D.Fonts.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public enum VerticalAlignment
Members

  Member nameValueDescription
Top0
Center1
Bottom2
See Also