Class RadSlideView
A navigation control that allows you to slide between different views.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
[TelerikToolboxCategory("Navigation")]
public class RadSlideView : NavigationSelector, IThemable
Constructors
RadSlideView()
Initializes a new instance of the RadSlideView class.
Declaration
public RadSlideView()
Fields
ShowButtonsOverContentProperty
Identifies the ShowButtonsOverContent dependency property.
Declaration
public static readonly DependencyProperty ShowButtonsOverContentProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ShowButtonsOverContent
Gets or sets a boolean value indicating whether previous and next buttons will be shown over content or outside it.
Declaration
public bool ShowButtonsOverContent { get; set; }
Property Value
System.Boolean
|
Methods
OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()