Handler for IEffectsView that provides effects functionality on top of border handling.
Definition
Namespace:Telerik.Maui.Handlers
Assembly:Telerik.Maui.Core.dll
Syntax:
public class RadEffectsViewHandler : RadBorderHandler
Inheritance: objectRadBorderHandlerRadEffectsViewHandler
Inherited Members
Constructors
Initializes a new instance of the RadEffectsViewHandler class with the default effects view mapper.
public RadEffectsViewHandler()
Initializes a new instance of the RadEffectsViewHandler class with the specified property mapper and command mapper.
public RadEffectsViewHandler(PropertyMapper mapper, CommandMapper commandMapper)
The PropertyMapper to use, or null to use the default effects view mapper.
The CommandMapper to use, or null to use the default command mapper.
Initializes a new instance of the RadEffectsViewHandler class with the specified property mapper.
public RadEffectsViewHandler(PropertyMapper mapper)
The PropertyMapper to use, or null to use the default effects view mapper.