SimpleButton.UseRippleEffect Property
In This Article
Gets or sets whether the ripple animation effect is used.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public bool UseRippleEffect { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | True, to use the animation effect; otherwise, false. |
See Also