Click or drag to resize
CanvasAnalyzedBreakpoint Structure
Contains line-breaking information for a character position.

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

The CanvasAnalyzedBreakpoint type exposes the following members.

Fields
  NameDescription
Public fieldBreakAfter
The break behavior after the character position.
Public fieldBreakBefore
The break behavior before the character position.
Public fieldIsSoftHyphen
Indicates the character is a soft hyphen (U+00AD).
Public fieldIsWhitespace
Indicates the character is whitespace.
Top
See Also