Class RadEffectsView
A control that provides effects for such as ripple.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadEffectsView : RadBorder, IEffectsView, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, IRipple
Constructors
RadEffectsView()
Declaration
public RadEffectsView()
Fields
RippleColorProperty
Identifies the RippleColor property.
Declaration
public static readonly BindableProperty RippleColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
RippleModeProperty
Identifies the RippleMode property.
Declaration
public static readonly BindableProperty RippleModeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
RippleColor
Gets or sets the Microsoft.Maui.Graphics.Color for the ripple.
Declaration
public Color RippleColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
RippleMode
Gets or sets the RippleMode for this view.
Declaration
public RippleMode RippleMode { get; set; }
Property Value
RippleMode
|