DXToolbar.AnimationScale Property
Gets or sets the scale factor applied to DevExpress.Maui.Controls.DXToolbar items when they are pressed. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public double AnimationScale { get; set; }
Property Value
Type | Description |
---|---|
Double | The scale factor applied to DXToolbar items when they are pressed |
See Also