New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
public class SlideViewIndicatorContent : RadLayout

Inheritance: objectRadLayoutSlideViewIndicatorContent

Inherited Members RadLayout.CreateLayoutManager()

Constructors

Initializes a new instance of the SlideViewIndicatorContent class.

C#
public SlideViewIndicatorContent()

Fields

Identifies the AnimationDuration property.

C#
public static readonly BindableProperty AnimationDurationProperty

AnimationEasingProperty

BindableProperty

Identifies the AnimationEasing property.

C#
public static readonly BindableProperty AnimationEasingProperty

CurrentIndexProperty

BindableProperty

Identifies the CurrentIndex property.

C#
public static readonly BindableProperty CurrentIndexProperty

ItemsSourceProperty

BindableProperty

Identifies the ItemsSource property.

C#
public static readonly BindableProperty ItemsSourceProperty

MaxVisibleItemsProperty

BindableProperty

Identifies the MaxVisibleItems property.

C#
public static readonly BindableProperty MaxVisibleItemsProperty

Identifies the NavigateOnItemTap property.

C#
public static readonly BindableProperty NavigateOnItemTapProperty

OrientationProperty

BindableProperty

Identifies the Orientation property.

C#
public static readonly BindableProperty OrientationProperty

Properties

Gets or sets the duration in milliseconds of the animation that is run when the current index changes.

C#
public int AnimationDuration { get; set; }

Gets or sets the Easing of the animation that is run when the current index changes.

C#
public Easing AnimationEasing { get; set; }

Gets or sets the index of the current item.

C#
public int CurrentIndex { get; set; }

Gets or sets the number of relevant items.

C#
public IList ItemsSource { get; set; }

Gets or sets a value indicating the maximum number of items to be displayed.

C#
public int MaxVisibleItems { get; set; }

Gets or sets a value indicating whether tapping on an item will update the CurrentIndex and navigation will follow.

C#
public bool NavigateOnItemTap { get; set; }

Gets or sets the orientation in which the items are laid out.

C#
public Orientation Orientation { get; set; }

Methods

C#
protected override void InvalidateMeasureOverride()