Class SlideViewIndicatorContent
This class presents the content of the Slide
Inherited Members
Namespace: Telerik.Maui.Controls.SlideView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SlideViewIndicatorContent : RadLayout
Constructors
SlideViewIndicatorContent()
Initializes a new instance of the Slide
Declaration
public SlideViewIndicatorContent()
Fields
AnimationDurationProperty
Identifies the Animation
Declaration
public static readonly BindableProperty AnimationDurationProperty
Field Value
Microsoft.
|
AnimationEasingProperty
Identifies the Animation
Declaration
public static readonly BindableProperty AnimationEasingProperty
Field Value
Microsoft.
|
CurrentIndexProperty
Identifies the Current
Declaration
public static readonly BindableProperty CurrentIndexProperty
Field Value
Microsoft.
|
ItemsSourceProperty
Identifies the Items
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Microsoft.
|
MaxVisibleItemsProperty
Identifies the Max
Declaration
public static readonly BindableProperty MaxVisibleItemsProperty
Field Value
Microsoft.
|
NavigateOnItemTapProperty
OrientationProperty
Identifies the Orientation property.
Declaration
public static readonly BindableProperty OrientationProperty
Field Value
Microsoft.
|
Properties
AnimationDuration
Gets or sets the duration in milliseconds of the animation that is run when the current index changes.
Declaration
public int AnimationDuration { get; set; }
Property Value
System.
|
AnimationEasing
Gets or sets the Microsoft.
Declaration
public Easing AnimationEasing { get; set; }
Property Value
Microsoft.
|
CurrentIndex
Gets or sets the index of the current item.
Declaration
public int CurrentIndex { get; set; }
Property Value
System.
|
ItemsSource
Gets or sets the number of relevant items.
Declaration
public IList ItemsSource { get; set; }
Property Value
System.
|
MaxVisibleItems
Gets or sets a value indicating the maximum number of items to be displayed.
Declaration
public int MaxVisibleItems { get; set; }
Property Value
System.
|
NavigateOnItemTap
Orientation
Gets or sets the orientation in which the items are laid out.
Declaration
public Orientation Orientation { get; set; }
Property Value
Methods
InvalidateMeasureOverride()
Declaration
protected override void InvalidateMeasureOverride()