Class RadEffects
Inheritance
System.Object
RadEffects
Namespace: Telerik.Maui.Controls.Theming
Assembly: Telerik.Maui.Controls.dll
Syntax
public static class RadEffects : Object
Fields
RippleColorProperty
Attached property that controls the color of the ripple effect.
Declaration
public static BindableProperty RippleColorProperty
Field Value
Microsoft.
|
RippleModeProperty
Attached property that controls the Ripple
Declaration
public static BindableProperty RippleModeProperty
Field Value
Microsoft.
|
Methods
GetRippleColor(BindableObject)
Gets the Ripple
Declaration
public static Color GetRippleColor(BindableObject bindable)
Parameters
Microsoft.
|
Returns
Microsoft.
|
GetRippleMode(BindableObject)
Gets the Ripple
Declaration
public static RippleMode GetRippleMode(BindableObject bindable)
Parameters
Microsoft.
|
Returns
SetRippleColor(BindableObject, Color)
Sets the Ripple
Declaration
public static void SetRippleColor(BindableObject bindable, Color value)
Parameters
Microsoft.
|
Microsoft.
|
SetRippleMode(BindableObject, RippleMode)
Sets the Ripple
Declaration
public static void SetRippleMode(BindableObject bindable, RippleMode value)
Parameters
Microsoft.
|
Ripple
|