Back to Devexpress

DXStringFormat.FormatFlags Property

corelibraries-devexpress-dot-drawing-dot-dxstringformat-95b9eace.md

latest2.1 KB
Original Source

DXStringFormat.FormatFlags Property

Gets or sets formatting information flags.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public DXStringFormatFlags FormatFlags { get; set; }
vb
Public Property FormatFlags As DXStringFormatFlags

Property Value

TypeDescription
DXStringFormatFlags

An enumeration value that indicates formatting information.

|

Available values:

NameDescription
DirectionRightToLeft

Text has the right-to-left text direction.

| | DirectionVertical |

Text is vertically aligned.

| | FitBlackBox |

Parts of characters are allowed to overhang the string’s layout rectangle.

| | DisplayFormatControl |

Control characters such as the left-to-right mark are shown in the output with a glyph.

| | NoFontFallback |

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.

| | MeasureTrailingSpaces |

Includes the trailing space at the end of each line.

| | NoWrap |

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.

| | LineLimit |

Only entire lines are laid out in the formatting rectangle.

| | NoClip |

Overhanging glyph parts and unwrapped text reaching outside the formatting rectangle are allowed to be displayed.

|

See Also

DXStringFormat Class

DXStringFormat Members

DevExpress.Drawing Namespace