Class RippleMode
Enum for ripple effect modes.
Inheritance
System.Object
RippleMode
Namespace: Telerik.Maui.Theming
Assembly: Telerik.Maui.Core.dll
Syntax
public sealed class RippleMode : Enum
Fields
Hold
The element will play a ripple effect on pressed and flood the element while held.
Declaration
public const RippleMode Hold
Field Value
None
The element will not render ripple effects.
Declaration
public const RippleMode None
Field Value
Pulse
The element will play a ripple effect on pressed and the ripple will fade away even on hold.
Declaration
public const RippleMode Pulse
Field Value
value__
Declaration
public int value__
Field Value
System.
|