DXContentPresenterBase.TextTransform Property
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
public TextTransform? TextTransform { get; set; }
Property Value
Type | Description |
---|---|
Nullable<TextTransform> | The transformation applied to the text. |
See Also