Class RotatorItemHandler
Handler class of RotatorlItem
Inheritance
System.Object
RotatorItemHandler
Namespace: Syncfusion.Maui.Core.Rotator
Assembly: Syncfusion.Maui.Core.dll
Syntax
public class RotatorItemHandler : ViewHandler<IRotatorItem, PlatformRotatorItem>, IRotatorItemHandler, IViewHandler, IElementHandler
Constructors
RotatorItemHandler()
Initializes a new instance of the RotatorHandler class.
Declaration
public RotatorItemHandler()
Fields
CommandMapper
Maps the cross-platform methods to the native methods.
Declaration
public static CommandMapper<IRotatorItem, IRotatorItemHandler> CommandMapper
Field Value
Type |
---|
Microsoft.Maui.CommandMapper<IRotatorItem, IRotatorItemHandler> |
Mapper
Maps the cross-platform property changed to the native property changed methods.
Declaration
public static PropertyMapper<IRotatorItem, RotatorItemHandler> Mapper
Field Value
Type |
---|
Microsoft.Maui.PropertyMapper<IRotatorItem, RotatorItemHandler> |
Methods
ConnectHandler(PlatformRotatorItem)
Declaration
protected override void ConnectHandler(PlatformRotatorItem platformView)
Parameters
Type | Name | Description |
---|---|---|
PlatformRotatorItem | platformView |
CreatePlatformView()
Create PlatformView
Declaration
protected override PlatformRotatorItem CreatePlatformView()
Returns
Type |
---|
PlatformRotatorItem |
DisconnectHandler(PlatformRotatorItem)
Declaration
protected override void DisconnectHandler(PlatformRotatorItem platformView)
Parameters
Type | Name | Description |
---|---|---|
PlatformRotatorItem | platformView |
MapImage(RotatorItemHandler, IRotatorItem)
Method to map the Image to the Native Item
Declaration
public static void MapImage(RotatorItemHandler handler, IRotatorItem virtualView)
Parameters
Type | Name | Description |
---|---|---|
RotatorItemHandler | handler | |
IRotatorItem | virtualView |
MapItemContent(RotatorItemHandler, IRotatorItem)
Method to map the ItemContent to the Native Item
Declaration
public static void MapItemContent(RotatorItemHandler handler, IRotatorItem virtualView)
Parameters
Type | Name | Description |
---|---|---|
RotatorItemHandler | handler | |
IRotatorItem | virtualView |
Explicit Interface Implementations
IRotatorItemHandler.PlatformView
Declaration
PlatformRotatorItem IRotatorItemHandler.PlatformView { get; }
Returns
Type |
---|
PlatformRotatorItem |
IRotatorItemHandler.VirtualView
Declaration
IRotatorItem IRotatorItemHandler.VirtualView { get; }
Returns
Type |
---|
IRotatorItem |
Implements
Microsoft.Maui.IViewHandler
Microsoft.Maui.IElementHandler