Back to Devexpress

DXStringFormat.Trimming Property

corelibraries-devexpress-dot-drawing-dot-dxstringformat-b15329b4.md

latest1.8 KB
Original Source

DXStringFormat.Trimming Property

Gets or sets how trim text when it exceeds the edges of the layout rectangle.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public DXStringTrimming Trimming { get; set; }
vb
Public Property Trimming As DXStringTrimming

Property Value

TypeDefaultDescription
DXStringTrimmingDevExpress.Drawing.DXStringTrimming.Character

An enumeration value that indicates how to trim characters from a string that does not fit into a layout shape.

|

Available values:

NameDescription
None

No trimming is specified.

| | Character |

The text is trimmed to the nearest character.

| | Word |

The text is trimmed to the nearest word.

| | EllipsisCharacter |

The text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.

| | EllipsisWord |

The text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line.

| | EllipsisPath |

The center is removed from trimmed lines and replaced by an ellipsis. The algorithm keeps as much of the last slash-delimited segment of the line as possible.

|

See Also

DXStringFormat Class

DXStringFormat Members

DevExpress.Drawing Namespace