'Declaration Public Enum StringFormatFlags Inherits System.Enum
public enum StringFormatFlags : System.Enum
'Declaration Public Enum StringFormatFlags Inherits System.Enum
public enum StringFormatFlags : System.Enum
| Member | Description |
|---|---|
| DirectionRightToLeft | Text is displayed from right to left. |
| DirectionVertical | Text is displayed in the vertical direction. |
| DisplayFormatControl | Show control characters as glyphs. |
| FitBlackBox | Allow parts of characters to overhang the layout rectangle. |
| LineLimit | Only entire lines are laid out in the layout rectangle. |
| MeasureTrailingSpaces | Includes the whitespace at the end of lines when laying out the text. |
| NoClip | Allow text to render outside the layout rectangle. |
| NoFontFallback | Disable fallback to alternate fonts when requested font is not available. |
| NoWrap | Disable wrapping within the layout rectangle. |
System.Object
System.ValueType
System.Enum
C1.Xaml.Word.StringFormatFlags