CanvasGlyphOrientation Enumeration |
Specifies what type of rotation will be applied to glyphs.
Namespace:
Microsoft.Graphics.Canvas.Text
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public enum CanvasGlyphOrientation
Members
| Member name | Value | Description |
---|
| Upright | 0 | Specifies that no rotation is applied to the glyph. |
| Clockwise90Degrees | 1 | Specifies that a clockwise 90 degree rotation is applied to the glyph. |
| Clockwise180Degrees | 2 | Specifies that a 180 degree rotation is applied to the glyph. |
| Clockwise270Degrees | 3 | Specifies that a clockwise 270 degree rotation is applied to the glyph. |
See Also