DXStringFormat.FormatFlags Property
Gets or sets formatting information flags.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
public DXStringFormatFlags FormatFlags { get; set; }
#Property Value
Type | Description |
---|---|
DXString |
An enumeration value that indicates formatting information. |
Available values:
Name | Description |
---|---|
Direction |
Text has the right-to-left text direction. |
Direction |
Text is vertically aligned. |
Fit |
Parts of characters are allowed to overhang the string’s layout rectangle. |
Display |
Control characters such as the left-to-right mark are shown in the output with a glyph. |
No |
Fallback to alternate fonts for characters not supported in the requested font is disabled. Any missing characters are displayed with the font missing glyph, usually an open square. |
Measure |
Includes the trailing space at the end of each line. |
No |
Text wrapping between lines is disabled. This flag is implied when a point is passed instead of a rectangle, or when the specified text rectangle has a zero line length. |
Line |
Only entire lines are laid out in the formatting rectangle. |
No |
Overhanging glyph parts and unwrapped text reaching outside the formatting rectangle are allowed to be displayed. |