Class
RadEffectsViewHandler

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

Definition

Namespace:Telerik.Maui.Handlers

Assembly:Telerik.Maui.Core.dll

Syntax:

cs-api-definition
public class RadEffectsViewHandler : RadBorderHandler

Inheritance: objectRadBorderHandlerRadEffectsViewHandler

Inherited Members RadBorderHandler.BorderMapper

Constructors

RadEffectsViewHandler()

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

Declaration

cs-api-definition
public RadEffectsViewHandler()

RadEffectsViewHandler(PropertyMapper)

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

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
protected override BorderViewGroup CreatePlatformView()

Returns

BorderViewGroup

Overrides RadBorderHandler.CreatePlatformView()