Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public TrimmingMode TrimmingMode { get; set; }

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