Click or drag to resize
CanvasAnalyzedBidi Structure
Describes script directionality for a span of text.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public struct CanvasAnalyzedBidi

The CanvasAnalyzedBidi type exposes the following members.

Fields
  NameDescription
Public fieldExplicitLevel
The explicit bi-directional text level.
Public fieldResolvedLevel
The final implicit level considering the explicit level and characters' natural directionality, after all bi-directional text rules have been applied.
Top
See Also