New to Telerik UI for .NET MAUIStart a free 30-day trial

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)
Parameters:bindableBindableObjectReturns:

Color

Gets the RippleModeProperty attached property.

C#
public static RippleMode GetRippleMode(BindableObject bindable)
Parameters:bindableBindableObjectReturns:

RippleMode

Sets the RippleColorProperty attached property.

C#
public static void SetRippleColor(BindableObject bindable, Color value)
Parameters:bindableBindableObjectvalueColor

Sets the RippleModeProperty attached property.

C#
public static void SetRippleMode(BindableObject bindable, RippleMode value)
Parameters:bindableBindableObjectvalueRippleMode