Class RadSlideView
Represents a control that displays items and/or views in a manner that only one item is presented at a time
and this current item occupies the whole space of the Rad
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadSlideView : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
RadSlideView()
Fields
ActualIndicatorStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualIndicatorStyleProperty
Field Value
Microsoft.
|
ActualNavigateToNextItemButtonStyleProperty
ActualNavigateToPreviousItemButtonStyleProperty
AnimationDurationProperty
Identifies the Animation
Declaration
public static readonly BindableProperty AnimationDurationProperty
Field Value
Microsoft.
|
AnimationEasingProperty
Identifies the Animation
Declaration
public static readonly BindableProperty AnimationEasingProperty
Field Value
Microsoft.
|
ControlTemplateProperty
Identifies the Control
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
Microsoft.
|
CurrentIndexProperty
Identifies the Current
Declaration
public static readonly BindableProperty CurrentIndexProperty
Field Value
Microsoft.
|
CurrentItemProperty
Identifies the Current
Declaration
public static readonly BindableProperty CurrentItemProperty
Field Value
Microsoft.
|
HasLoopingProperty
Identifies the Has
Declaration
public static readonly BindableProperty HasLoopingProperty
Field Value
Microsoft.
|
IndicatorItemsSourceProperty
Identifies the Indicator
Declaration
public static readonly BindableProperty IndicatorItemsSourceProperty
Field Value
Microsoft.
|
IndicatorStyleProperty
Identifies the Indicator
Declaration
public static readonly BindableProperty IndicatorStyleProperty
Field Value
Microsoft.
|
InteractionModeProperty
Identifies the Interaction
Declaration
public static readonly BindableProperty InteractionModeProperty
Field Value
Microsoft.
|
ItemsProperty
Identifies the Items property.
Declaration
public static readonly BindableProperty ItemsProperty
Field Value
Microsoft.
|
ItemsSourceProperty
Identifies the Items
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Microsoft.
|
ItemTemplateProperty
Identifies the Item
Declaration
public static readonly BindableProperty ItemTemplateProperty
Field Value
Microsoft.
|
NavigateToNextItemButtonStyleProperty
NavigateToNextItemCommandProperty
NavigateToPreviousItemButtonStyleProperty
NavigateToPreviousItemCommandProperty
NavigationButtonsVisibilityProperty
OrientationProperty
Identifies the Orientation property.
Declaration
public static readonly BindableProperty OrientationProperty
Field Value
Microsoft.
|
OverscrollModeProperty
Identifies the Overscroll
Declaration
public static readonly BindableProperty OverscrollModeProperty
Field Value
Microsoft.
|
SpacingProperty
Identifies the Spacing property.
Declaration
public static readonly BindableProperty SpacingProperty
Field Value
Microsoft.
|
VirtualizationModeProperty
Identifies the Virtualization
Declaration
public static readonly BindableProperty VirtualizationModeProperty
Field Value
Microsoft.
|
Properties
ActualIndicatorStyle
Gets the actual Microsoft.
Declaration
public Style ActualIndicatorStyle { get; }
Property Value
Microsoft.
|
ActualNavigateToNextItemButtonStyle
ActualNavigateToPreviousItemButtonStyle
AnimationDuration
Gets or sets the duration in milliseconds of the animation that is run when the current index changes.
Declaration
public int AnimationDuration { get; set; }
Property Value
System.
|
AnimationEasing
Gets or sets the Microsoft.
Declaration
public Easing AnimationEasing { get; set; }
Property Value
Microsoft.
|
ControlTemplate
Gets or sets the Microsoft.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
Microsoft.
|
CurrentIndex
Gets or sets the index of the currently displayed item.
Declaration
public int CurrentIndex { get; set; }
Property Value
System.
|
CurrentItem
Gets or sets the currently displayed item.
Declaration
public object CurrentItem { get; set; }
Property Value
System.
|
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.
|
IndicatorItemsSource
Gets the items source that will be passed to the Slide
Declaration
public IList IndicatorItemsSource { get; }
Property Value
System.
|
IndicatorStyle
Gets or sets the custom Microsoft.
Declaration
public Style IndicatorStyle { get; set; }
Property Value
Microsoft.
|
InteractionMode
Gets or sets the interaction mode.
Declaration
public SlideViewInteractionMode InteractionMode { get; set; }
Property Value
Items
Gets the collection of views that will be displayed.
Declaration
public ObservableItemCollection<IView> Items { get; }
Property Value
Observable
|
ItemsSource
Gets or sets a collection of items to display in this view. To produce a view from an item, the Item
Declaration
public IList ItemsSource { get; set; }
Property Value
System.
|
ItemTemplate
Gets or sets a Microsoft.
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
Microsoft.
|
NavigateToNextItemButtonStyle
NavigateToNextItemCommand
NavigateToPreviousItemButtonStyle
NavigateToPreviousItemCommand
NavigationButtonsVisibility
Orientation
Gets or sets the orientation in which the items are laid out.
Declaration
public Orientation Orientation { get; set; }
Property Value
OverscrollMode
Gets or sets a value that controls the behavior when the user attempts to move the items in a direction that is otherwise not allowed.
Declaration
public OverscrollMode OverscrollMode { get; set; }
Property Value
Spacing
Gets or sets the spacing between the items.
Declaration
public double Spacing { get; set; }
Property Value
System.
|
VirtualizationMode
Gets or sets a value indicating what type of virtualization should be used.
Declaration
public VirtualizationMode VirtualizationMode { get; set; }
Property Value
Methods
ArrangeOverride(Rect)
Arranges the children of this control.
Declaration
protected override Size ArrangeOverride(Rect bounds)
Parameters
Microsoft.
|
Returns
Microsoft.
|
NavigateToIndex(Int32, Boolean)
OnApplyTemplate()
Invoked when the Control
Declaration
protected override void OnApplyTemplate()
Events
CurrentItemChanged
Raised when the current item or its index changes.
Declaration
public event EventHandler<CurrentItemChangedEventArgs> CurrentItemChanged
Event Type
System.
|