DXContentPresenterBase.TextTransform Property
In This Article
Gets or sets the transformation 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
C#
public TextTransform? TextTransform { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<Text |
The transformation applied to the text. |
See Also