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