Interface IRotatorHandler
IRotatorHandler Interface
Namespace: Syncfusion.Maui.Core.Rotator
Assembly: Syncfusion.Maui.Core.dll
Syntax
public interface IRotatorHandler : IViewHandler, IElementHandler
Properties
PlatformView
platform view of the carousel control.
Declaration
PlatformRotator PlatformView { get; }
Property Value
Type |
---|
PlatformRotator |
VirtualView
Virtual view of the carousel control.
Declaration
IRotator VirtualView { get; }
Property Value
Type |
---|
IRotator |