Back to Devexpress

DXButtonBase.PressedScale Property

maui-devexpress-dot-maui-dot-core-dot-dxbuttonbase-b547fbea.md

latest1.1 KB
Original Source

DXButtonBase.PressedScale Property

Gets or sets the scale for the button in the pressed state.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public double PressedScale { get; set; }

Property Value

TypeDescription
Double

The scale value of the button in the pressed state.

|

Remarks

The PressedScale property allows you to specify the scale of the button content in the pressed state.

xaml
<dx:DXButton ... 
            Content="Send"  
            PressedScale="2"/>

See Also

DXButtonBase Class

DXButtonBase Members

DevExpress.Maui.Core Namespace