ClassCarouselScrollButton
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
CarouselScrollButton()
Declaration
public CarouselScrollButton()
Fields
CarouselScrollButtonTypeProperty
Identifies the CarouselScrollButtonType dependency property.
Declaration
public static readonly DependencyProperty CarouselScrollButtonTypeProperty
Field Value
DependencyProperty
Properties
CarouselScrollButtonType
Gets or sets the type of the carousel scroll button.
Declaration
public CarouselScrollButtonType CarouselScrollButtonType { get; set; }
Property Value
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 AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.