DXContentPresenterBase.TextDecorations Property
Gets or sets text decorations applied to 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 TextDecorations? TextDecorations { get; set; }
Property Value
Type | Description |
---|---|
Nullable<TextDecorations> | Text decorations. |
See Also