New to Telerik UI for .NET MAUIStart a free 30-day trial

Handler for IEffectsView that provides effects functionality on top of border handling.

Definition

Namespace:Telerik.Maui.Handlers

Assembly:Telerik.Maui.Core.dll

Syntax:

C#
public class RadEffectsViewHandler : RadBorderHandler

Inheritance: objectRadBorderHandlerRadEffectsViewHandler

Inherited Members RadBorderHandler.BorderMapper

Constructors

Initializes a new instance of the RadEffectsViewHandler class with the default effects view mapper.

C#
public RadEffectsViewHandler()

Initializes a new instance of the RadEffectsViewHandler class with the specified property mapper and command mapper.

C#
public RadEffectsViewHandler(PropertyMapper mapper, CommandMapper commandMapper)
Parameters:mapperPropertyMapper

The PropertyMapper to use, or null to use the default effects view mapper.

commandMapperCommandMapper

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.

C#
public RadEffectsViewHandler(PropertyMapper mapper)
Parameters:mapperPropertyMapper

The PropertyMapper to use, or null to use the default effects view mapper.

Methods

C#
protected override BorderViewGroup CreatePlatformView()
Returns:

BorderViewGroup

Overrides: RadBorderHandler.CreatePlatformView()