Skip to main content

ToolbarContentItemBase.TextLineBreakMode Property

Gets or sets the line breaking mode for a ToolbarContentItemBase descendant’s text. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

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