Click or drag to resize
CanvasTextFormatVerticalGlyphOrientation Property
Specifies the orientation of glyphs when a vertical reading direction is used.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasVerticalGlyphOrientation VerticalGlyphOrientation { get; set; }

Property Value

Type: CanvasVerticalGlyphOrientation
Remarks
By default, some naturally horizontal scripts may be rotated if they're drawn using a vertical text direction.
See Also