ToolbarContentItemBase.TextDecorations Property
In This Article
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
C#
public TextDecorations? TextDecorations { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<Text |
Text decorations. |
See Also