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

A control that provides effects for such as ripple.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class RadEffectsView : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadBorderRadEffectsView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadBorderIRadContentViewITransformIView...

Inherited Members RadBorder.BorderColorPropertyRadBorder.CornerRadiusPropertyRadBorder.BorderThicknessPropertyRadBorder.BorderBrushPropertyRadBorder.ChangeVisualState()RadBorder.BorderColorRadBorder.CornerRadiusRadBorder.BorderThicknessRadBorder.BorderBrushRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()...

Constructors

C#
public RadEffectsView()

Fields

RippleColorProperty

BindableProperty

Identifies the RippleColor property.

C#
public static readonly BindableProperty RippleColorProperty

RippleModeProperty

BindableProperty

Identifies the RippleMode property.

C#
public static readonly BindableProperty RippleModeProperty

Properties

Gets or sets the Color for the ripple.

C#
public Color RippleColor { get; set; }

Gets or sets the RippleMode for this view.

C#
public RippleMode RippleMode { get; set; }