RadSlideView
Represents a navigation control that allows users to slide between different views, enabling swipe gestures to navigate through a collection of items. This class provides functionality to configure the presentation and transition animations of the items and manage the visibility of navigation buttons. It supports both horizontal and vertical orientation for item display and allows customization of swipe behavior, including the handling of swiping thresholds to determine when the displayed view should change. This control is suitable for implementing galleries, item carousels, or any scenario where a smooth transition between views is desired.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
[TelerikToolboxCategory("Navigation")]
public class RadSlideView : NavigationSelector
Inheritance: objectNavigationSelectorRadSlideView
Inherited Members
Constructors
Initializes a new instance of the RadSlideView class.
public RadSlideView()
Fields
ShowButtonsOverContentProperty
DependencyProperty
Identifies the ShowButtonsOverContent dependency property.
public static readonly DependencyProperty ShowButtonsOverContentProperty
Properties
Gets or sets a boolean value indicating whether previous and next buttons will be shown over content or outside it.
public bool ShowButtonsOverContent { get; set; }
Methods
public override void OnApplyTemplate()
Overrides:
OnCreateAutomationPeer()
AutomationPeer
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Resets the theme.
public void ResetTheme()