Class
SlideViewContent

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:

cs-api-definition
public class SlideViewContent : RadLayout

Inheritance: objectRadLayoutSlideViewContent

Inherited Members RadLayout.CreateLayoutManager()

Constructors

SlideViewContent()

Initializes a new instance of the SlideViewContent class.

Declaration

cs-api-definition
public SlideViewContent()

Fields

HasLoopingProperty

Identifies the HasLooping property.

Declaration

cs-api-definition
public static readonly BindableProperty HasLoopingProperty

Field Value

BindableProperty

ItemsProperty

Identifies the Items property.

Declaration

cs-api-definition
public static readonly BindableProperty ItemsProperty

Field Value

BindableProperty

OrientationProperty

Identifies the Orientation property.

Declaration

cs-api-definition
public static readonly BindableProperty OrientationProperty

Field Value

BindableProperty

SpacingProperty

Identifies the Spacing property.

Declaration

cs-api-definition
public static readonly BindableProperty SpacingProperty

Field Value

BindableProperty

Properties

HasLooping

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.

Declaration

cs-api-definition
public bool HasLooping { get; set; }

Property Value

bool

Items

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

Declaration

cs-api-definition
public ObservableItemCollection<IView> Items { get; set; }

Property Value

ObservableItemCollection<IView>

Orientation

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

Declaration

cs-api-definition
public Orientation Orientation { get; set; }

Property Value

Orientation

Spacing

Gets or sets the spacing between the items.

Declaration

cs-api-definition
public double Spacing { get; set; }

Property Value

double

Methods

OnPropertyChanged(string)

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

Declaration

cs-api-definition
protected override void OnPropertyChanged(string propertyName = null)

Parameters

propertyName

string