RadEffectsView
Class
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:
Inherited Members
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
RippleColor
Color
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; }