ToolbarContentItemBase.TextTransform Property
Gets or sets the transformation applied to the text. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public TextTransform? TextTransform { get; set; }
Property Value
Type | Description |
---|---|
Nullable<TextTransform> | The transformation applied to the text. |
See Also