Click or drag to resize
CanvasClusterProperties Enumeration
Properties which apply to a glyph cluster.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
[FlagsAttribute]
public enum CanvasClusterProperties
Members
  Member nameValueDescription
None0Indicates that no attributes pertain to the cluster.
CanWrapLineAfter1Indicates that a line can be broken right after the cluster.
Whitespace2Indicates that the cluster corresponds to a whitespace character.
Newline4Indicates that the cluster corresponds to a newline character.
SoftHyphen8Indicates that the cluster corresponds to a soft hyphen character.
RightToLeft16Indicates that the cluster is read from right to left.
See Also