XpsGlyphs.BidiLevel

XpsGlyphs.BidiLevel property

Returns/sets the value specifying the Unicode algorithm bidirectional nesting level. Even values imply left-to-right layout, odd values imply right-to-left layout. Right-to-left layout places the run origin at the right side of the first glyph, with positive advance widths (representing advances to the left) placing subsequent glyphs to the left of the previous glyph.

public int BidiLevel { get; set; }

See Also