FastTextBlock.TrimmingMode Property
Gets or sets how to trim characters in a string that does not completely fit the size of a displayed box.
Namespace: DevExpress.Xpf.Scheduling.Visual
Assembly: DevExpress.Xpf.Scheduling.v25.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
| Type | Description |
|---|---|
| TrimmingMode | A TrimmingMode enumeration value. |
Available values:
| Name | Description |
|---|---|
| None | Text is not trimmed. |
| Opacity | Text is trimmed by applying the opacity mask. |
Remarks
Important
FastTextBlock does not support text trimming when word wrapping is enabled. An exception occurs.
See Also