DXColorSelector.PressedScale Property
Gets or sets the scale factor of the DXColorSelector item when it is pressed. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public double PressedScale { get; set; }
Property Value
Type | Description |
---|---|
Double | The scale factor. |
See Also