Class
RadEffects

Provides attached properties for applying ripple effects to UI elements.

Definition

Namespace:Telerik.Maui.Controls.Theming

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public static class RadEffects

Inheritance: objectRadEffects

Fields

RippleColorProperty

Attached property that controls the color of the ripple effect.

Declaration

cs-api-definition
public static BindableProperty RippleColorProperty

Field Value

BindableProperty

RippleModeProperty

Attached property that controls the RippleMode of the ripple effect.

Declaration

cs-api-definition
public static BindableProperty RippleModeProperty

Field Value

BindableProperty

Methods

GetRippleColor(BindableObject)

Gets the RippleColorProperty attached property.

Declaration

cs-api-definition
public static Color GetRippleColor(BindableObject bindable)

Parameters

bindable

BindableObject

Returns

Color

GetRippleMode(BindableObject)

Gets the RippleModeProperty attached property.

Declaration

cs-api-definition
public static RippleMode GetRippleMode(BindableObject bindable)

Parameters

bindable

BindableObject

Returns

RippleMode

SetRippleColor(BindableObject, Color)

Sets the RippleColorProperty attached property.

Declaration

cs-api-definition
public static void SetRippleColor(BindableObject bindable, Color value)

Parameters

bindable

BindableObject

value

Color

SetRippleMode(BindableObject, RippleMode)

Sets the RippleModeProperty attached property.

Declaration

cs-api-definition
public static void SetRippleMode(BindableObject bindable, RippleMode value)

Parameters

bindable

BindableObject

value

RippleMode