menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RotatorHandler - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RotatorHandler

    Rotator Handler

    Inheritance
    System.Object
    RotatorHandler
    Implements
    IRotatorHandler
    Microsoft.Maui.IViewHandler
    Microsoft.Maui.IElementHandler
    Namespace: Syncfusion.Maui.Core.Rotator
    Assembly: Syncfusion.Maui.Core.dll
    Syntax
    public class RotatorHandler : ViewHandler<IRotator, PlatformRotator>, IRotatorHandler, IViewHandler, IElementHandler

    Constructors

    RotatorHandler()

    Initializes a new instance of the SignaturePadHandler class.

    Declaration
    public RotatorHandler()

    Fields

    CommandMapper

    Maps the cross-platform methods to the native methods.

    Declaration
    public static CommandMapper<IRotator, IRotatorHandler> CommandMapper
    Field Value
    Type
    Microsoft.Maui.CommandMapper<IRotator, IRotatorHandler>

    Mapper

    Maps the cross-platform property changed to the native property changed methods.

    Declaration
    public static PropertyMapper<IRotator, RotatorHandler> Mapper
    Field Value
    Type
    Microsoft.Maui.PropertyMapper<IRotator, RotatorHandler>

    Methods

    ConnectHandler(PlatformRotator)

    Declaration
    protected override void ConnectHandler(PlatformRotator platformView)
    Parameters
    Type Name Description
    PlatformRotator platformView

    CreatePlatformView()

    Rotator Handler class

    Declaration
    protected override PlatformRotator CreatePlatformView()
    Returns
    Type
    PlatformRotator

    DisconnectHandler(PlatformRotator)

    Declaration
    protected override void DisconnectHandler(PlatformRotator platformView)
    Parameters
    Type Name Description
    PlatformRotator platformView

    Explicit Interface Implementations

    IRotatorHandler.PlatformView

    Declaration
    PlatformRotator IRotatorHandler.PlatformView { get; }
    Returns
    Type
    PlatformRotator

    IRotatorHandler.VirtualView

    Declaration
    IRotator IRotatorHandler.VirtualView { get; }
    Returns
    Type
    IRotator

    Implements

    IRotatorHandler
    Microsoft.Maui.IViewHandler
    Microsoft.Maui.IElementHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved