ClassSlideViewContent
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:
public class SlideViewContent : RadLayout
Inheritance: objectRadLayoutSlideViewContent
Inherited Members
Constructors
SlideViewContent()
Initializes a new instance of the SlideViewContent class.
Declaration
public SlideViewContent()
Fields
HasLoopingProperty
Identifies the HasLooping property.
Declaration
public static readonly BindableProperty HasLoopingProperty
Field Value
BindableProperty
ItemsProperty
Identifies the Items property.
Declaration
public static readonly BindableProperty ItemsProperty
Field Value
BindableProperty
OrientationProperty
Identifies the Orientation property.
Declaration
public static readonly BindableProperty OrientationProperty
Field Value
BindableProperty
SpacingProperty
Identifies the Spacing property.
Declaration
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.
Items
Gets or sets the collection of views that will be displayed.
Declaration
public ObservableItemCollection<IView> Items { get; set; }
Property Value
ObservableItemCollection<IView>
Orientation
Gets or sets the orientation in which the items are laid out.
Declaration
public Orientation Orientation { get; set; }
Property Value
Methods
OnPropertyChanged(string)
Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
propertyName