This class presents the content of the SlideViewIndicator. It contains the current item and its adjacent items.
Definition
Namespace:Telerik.Maui.Controls.SlideView
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class SlideViewIndicatorContent : RadLayout
Inheritance: objectRadLayoutSlideViewIndicatorContent
Inherited Members
Constructors
Initializes a new instance of the SlideViewIndicatorContent class.
public SlideViewIndicatorContent()
Fields
AnimationDurationProperty
BindableProperty
Identifies the AnimationDuration property.
public static readonly BindableProperty AnimationDurationProperty
AnimationEasingProperty
BindableProperty
Identifies the AnimationEasing property.
public static readonly BindableProperty AnimationEasingProperty
CurrentIndexProperty
BindableProperty
Identifies the CurrentIndex property.
public static readonly BindableProperty CurrentIndexProperty
ItemsSourceProperty
BindableProperty
Identifies the ItemsSource property.
public static readonly BindableProperty ItemsSourceProperty
MaxVisibleItemsProperty
BindableProperty
Identifies the MaxVisibleItems property.
public static readonly BindableProperty MaxVisibleItemsProperty
NavigateOnItemTapProperty
BindableProperty
Identifies the NavigateOnItemTap property.
public static readonly BindableProperty NavigateOnItemTapProperty
OrientationProperty
BindableProperty
Identifies the Orientation property.
public static readonly BindableProperty OrientationProperty
Properties
Gets or sets the duration in milliseconds of the animation that is run when the current index changes.
public int AnimationDuration { get; set; }
AnimationEasing
Easing
Gets or sets the Easing of the animation that is run when the current index changes.
public Easing AnimationEasing { get; set; }
Gets or sets the index of the current item.
public int CurrentIndex { get; set; }
Gets or sets the number of relevant items.
public IList ItemsSource { get; set; }
Gets or sets a value indicating the maximum number of items to be displayed.
public int MaxVisibleItems { get; set; }
Gets or sets a value indicating whether tapping on an item will update the CurrentIndex and navigation will follow.
public bool NavigateOnItemTap { get; set; }
Gets or sets the orientation in which the items are laid out.
public Orientation Orientation { get; set; }
Methods
protected override void InvalidateMeasureOverride()