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