Click or drag to resize
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
C#
public enum CanvasGlyphOrientation
Members
  Member nameValueDescription
Upright0Specifies that no rotation is applied to the glyph.
Clockwise90Degrees1Specifies that a clockwise 90 degree rotation is applied to the glyph.
Clockwise180Degrees2Specifies that a 180 degree rotation is applied to the glyph.
Clockwise270Degrees3Specifies that a clockwise 270 degree rotation is applied to the glyph.
See Also