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

This class presents the content of the RadSlideView. It contains the views of the RadSlideView and displays the current item.

Definition

Namespace:Telerik.Maui.Controls.SlideView

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class SlideViewContent : RadLayout

Inheritance: objectRadLayoutSlideViewContent

Inherited Members RadLayout.CreateLayoutManager()

Constructors

Initializes a new instance of the SlideViewContent class.

C#
public SlideViewContent()

Fields

HasLoopingProperty

BindableProperty

Identifies the HasLooping property.

C#
public static readonly BindableProperty HasLoopingProperty

ItemsProperty

BindableProperty

Identifies the Items property.

C#
public static readonly BindableProperty ItemsProperty

OrientationProperty

BindableProperty

Identifies the Orientation property.

C#
public static readonly BindableProperty OrientationProperty

SpacingProperty

BindableProperty

Identifies the Spacing property.

C#
public static readonly BindableProperty SpacingProperty

Properties

Gets or sets a value that indicates whether looping from first to last and from last to first items can happen seemingly as if they are adjacent.

C#
public bool HasLooping { get; set; }

Gets or sets the collection of views that will be displayed.

C#
public ObservableItemCollection<IView> Items { get; set; }

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

C#
public Orientation Orientation { get; set; }

Gets or sets the spacing between the items.

C#
public double Spacing { get; set; }

Methods

Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.

C#
protected override void OnPropertyChanged(string propertyName = null)
Parameters:propertyNamestring