Click or drag to resize
CanvasScriptShape Enumeration
The shaping requirement of a piece of text.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasScriptShape
Members
  Member nameValueDescription
Default0No additional shaping requirement. Text is shaped with the writing system default behavior.
NoVisual1Text should leave no visual on display, for example, for control or format control characters.
See Also