DXContentPresenterBase.TextLineBreakMode Property
In This Article
Gets or sets the line breaking mode for a DXContentPresenterBase descendant’s text. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public LineBreakMode TextLineBreakMode { get; set; }
#Property Value
Type | Description |
---|---|
Line |
A value that specifies how the text is truncated or broken to lines. |
See Also