TrimmingMode Enum
Lists how the visible text is trimmed when it does not fit the available space.
Namespace: DevExpress.Xpf.Scheduling.Visual
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Members
Name | Description |
---|---|
None
|
Text is not trimmed. |
Opacity
|
Text is trimmed by applying the opacity mask. |
Related API Members
The following properties accept/return TrimmingMode values:
See Also