Class
RadEffectsView

A control that provides effects for such as ripple.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
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

RadEffectsView()

Declaration

cs-api-definition
public RadEffectsView()

Fields

RippleColorProperty

Identifies the RippleColor property.

Declaration

cs-api-definition
public static readonly BindableProperty RippleColorProperty

Field Value

BindableProperty

RippleModeProperty

Identifies the RippleMode property.

Declaration

cs-api-definition
public static readonly BindableProperty RippleModeProperty

Field Value

BindableProperty

Properties

RippleColor

Gets or sets the Color for the ripple.

Declaration

cs-api-definition
public Color RippleColor { get; set; }

Property Value

Color

RippleMode

Gets or sets the RippleMode for this view.

Declaration

cs-api-definition
public RippleMode RippleMode { get; set; }

Property Value

RippleMode