Class CarouselScrollButton
Inheritance
Namespace: Telerik.Windows.Controls.Carousel
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class CarouselScrollButton : RepeatButton, IThemable
Constructors
CarouselScrollButton()
Declaration
public CarouselScrollButton()
Fields
CarouselScrollButtonTypeProperty
Identifies the CarouselScrollButtonType dependency property.
Declaration
public static readonly DependencyProperty CarouselScrollButtonTypeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CarouselScrollButtonType
Gets or sets the type of the carousel scroll button.
Declaration
public CarouselScrollButtonType CarouselScrollButtonType { get; set; }
Property Value
CarouselScrollButtonType
The type of the carousel scroll button. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
The type-specific System.Windows.Automation.Peers.AutomationPeer implementation. |
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()