ClassRadEffectsViewHandler
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
RadEffectsViewHandler()
Initializes a new instance of the RadEffectsViewHandler class with the default effects view mapper.
Declaration
public RadEffectsViewHandler()
RadEffectsViewHandler(PropertyMapper)
Initializes a new instance of the RadEffectsViewHandler class with the specified property mapper.
Declaration
public RadEffectsViewHandler(PropertyMapper mapper)
Parameters
mapper
PropertyMapper
The PropertyMapper to use, or null to use the default effects view mapper.
RadEffectsViewHandler(PropertyMapper, CommandMapper)
Initializes a new instance of the RadEffectsViewHandler class with the specified property mapper and command mapper.
Declaration
public RadEffectsViewHandler(PropertyMapper mapper, CommandMapper commandMapper)
Parameters
mapper
PropertyMapper
The PropertyMapper to use, or null to use the default effects view mapper.
commandMapper
CommandMapper
The CommandMapper to use, or null to use the default command mapper.
Methods
CreatePlatformView()
Declaration
protected override BorderViewGroup CreatePlatformView()
Returns
Overrides