Click or drag to resize
CanvasVerticalAlignment Enumeration
Specifies the vertical alignment of paragraph text.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasVerticalAlignment
Members
  Member nameValueDescription
Top0The top of the text is aligned to the top edge of the layout box.
Bottom1The bottom of the text is aligned to the bottom edge of the layout box.
Center2The center of the text is aligned to the center of the layout box.
See Also