This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| None | No options specified. | |
| NoClip | Overhanging parts of glyphs, and unwrapped text reaching outside the formatting rectangle are allowed to show. By default all text and glyph parts reaching outside the formatting rectangle are clipped. | |
| NoWrap | Text wrapping between lines when formatting within a rectangle is disabled. | |
| RightToLeft | Text is displayed from right to left. | |
| DrawEllipsis | Truncates a text string that is wider than the display rectangle and adds an ellipsis to indicate the truncation. | |
| RestrictSelectedTextToStart | Restrict select text to start from the beggining of the string. |
Namespace: Resco.Drawing
Assembly: Resco.Core.CF3 (in Resco.Core.CF3.dll)