Interface IRotatorItem
RotatorItem interface
Namespace: Syncfusion.Maui.Core.Rotator
Assembly: Syncfusion.Maui.Core.dll
Syntax
public interface IRotatorItem : IView, IElement, ITransform
Properties
Image
Gets or sets the value of image. By This property can be used to give the image as an item in SfRotator.
Declaration
string Image { get; set; }
Property Value
Type |
---|
System.String |
ItemContent
Gets or sets the value of ItemContent. It is a view that can be placed as an item
Declaration
View ItemContent { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.View |
ItemText
Gets or sets the value of ItemText.By This property can be used to give the text as an item in SfRotator.
Declaration
string ItemText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The navigation direction. |