Interface IRotatorItemHandler
RotatorItem handler interface
Namespace: Syncfusion.Maui.Core.Rotator
Assembly: Syncfusion.Maui.Core.dll
Syntax
public interface IRotatorItemHandler : IViewHandler, IElementHandler
Properties
PlatformView
platform view of the Rotator item control.
Declaration
PlatformRotatorItem PlatformView { get; }
Property Value
Type |
---|
PlatformRotatorItem |
VirtualView
Virtual view of the Rotator item control.
Declaration
IRotatorItem VirtualView { get; }
Property Value
Type |
---|
IRotatorItem |