Skip to main content
ON

DXContentPresenterBase.TextLineBreakMode Property

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

public LineBreakMode TextLineBreakMode { get; set; }

Property Value

Type Description
LineBreakMode

A value that specifies how the text is truncated or broken to lines.

See Also