HorizontalAlignment EnumerationDelta Engine Documentation
How text aligns when rendered on screen: Against the left edge of the draw area, centered in the middle or against the right 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 HorizontalAlignment
Members

  Member nameValueDescription
Left0
Center1
Right2
See Also