Skip to main content

ToolbarContentItemBase.TextDecorations Property

Gets or sets text decorations applied to 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 TextDecorations? TextDecorations { get; set; }

Property Value

Type Description
Nullable<TextDecorations>

Text decorations.

See Also