New to Telerik UI for WPFStart a free 30-day trial

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

Constructors

Initializes a new instance of the RadSlideView class.

C#
public RadSlideView()

Fields

Identifies the ShowButtonsOverContent dependency property.

C#
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.

C#
public bool ShowButtonsOverContent { get; set; }

Methods

C#
public override void OnApplyTemplate()

Overrides: NavigationSelector.OnApplyTemplate()

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Resets the theme.

C#
public void ResetTheme()