GlyphRun.IsSideways Property

Definition

Gets or sets a value indicating whether to rotate glyphs.

public:
 property bool IsSideways { bool get(); void set(bool value); };
public bool IsSideways { get; set; }
member this.IsSideways : bool with get, set
Public Property IsSideways As Boolean

Property Value

true if the glyphs are rotated; otherwise, false.

Remarks

If IsSideways is true, the glyphs that make up text characters are rotated 90° counter-clockwise, using vertical baseline positioning metrics.

Applies to