RadEffects
Class
Provides attached properties for applying ripple effects to UI elements.
Definition
Namespace:Telerik.Maui.Controls.Theming
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public static class RadEffects
Inheritance: objectRadEffects
Fields
RippleColorProperty
BindableProperty
Attached property that controls the color of the ripple effect.
C#
public static BindableProperty RippleColorProperty
RippleModeProperty
BindableProperty
Attached property that controls the RippleMode of the ripple effect.
C#
public static BindableProperty RippleModeProperty
Methods
Gets the RippleColorProperty attached property.
C#
public static Color GetRippleColor(BindableObject bindable)
Color
Gets the RippleModeProperty attached property.
C#
public static RippleMode GetRippleMode(BindableObject bindable)
Sets the RippleColorProperty attached property.
C#
public static void SetRippleColor(BindableObject bindable, Color value)
Sets the RippleModeProperty attached property.
C#
public static void SetRippleMode(BindableObject bindable, RippleMode value)