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