Class SlideViewContent
This class presents the content of the RadSlideView. It contains the views of the RadSlideView and displays the current item.
Inherited Members
Namespace: Telerik.Maui.Controls.SlideView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SlideViewContent : RadLayout
Constructors
SlideViewContent()
Fields
HasLoopingProperty
Identifies the HasLooping property.
Declaration
public static readonly BindableProperty HasLoopingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ItemsProperty
Identifies the Items property.
Declaration
public static readonly BindableProperty ItemsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
OrientationProperty
Identifies the Orientation property.
Declaration
public static readonly BindableProperty OrientationProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SpacingProperty
Identifies the Spacing property.
Declaration
public static readonly BindableProperty SpacingProperty
Field Value
Microsoft.Maui.Controls.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
public bool HasLooping { get; set; }
Property Value
System.Boolean
|
Items
Gets or sets the collection of views that will be displayed.
Declaration
public ObservableItemCollection<IView> Items { get; set; }
Property Value
ObservableItemCollection<Microsoft.Maui.IView>
|
Orientation
Gets or sets the orientation in which the items are laid out.
Declaration
public Orientation Orientation { get; set; }
Property Value
Orientation
|
Spacing
Gets or sets the spacing between the items.
Declaration
public double Spacing { get; set; }
Property Value
System.Double
|
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
System.String
propertyName
|