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 public enum CanvasVerticalAlignment
Members
| Member name | Value | Description |
---|
| Top | 0 | The top of the text is aligned to the top edge of the layout box. |
| Bottom | 1 | The bottom of the text is aligned to the bottom edge of the layout box. |
| Center | 2 | The center of the text is aligned to the center of the layout box. |
See Also