Class RadEffectsViewHandler
Inherited Members
Namespace: Telerik.Maui.Handlers
Assembly: Telerik.Maui.Core.dll
Syntax
public class RadEffectsViewHandler : RadBorderHandler
Constructors
RadEffectsViewHandler()
Declaration
public RadEffectsViewHandler()
RadEffectsViewHandler(PropertyMapper)
Declaration
public RadEffectsViewHandler(PropertyMapper mapper)
Parameters
Microsoft.Maui.PropertyMapper
mapper
|
RadEffectsViewHandler(PropertyMapper, CommandMapper)
Declaration
public RadEffectsViewHandler(PropertyMapper mapper, CommandMapper commandMapper = null)
Parameters
Microsoft.Maui.PropertyMapper
mapper
|
Microsoft.Maui.CommandMapper
commandMapper
|
Methods
CreatePlatformView()
Declaration
protected override BorderViewGroup CreatePlatformView()
Returns
BorderViewGroup
|