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

Represents a button used for scrolling in the Carousel control.

Definition

Namespace:Telerik.Windows.Controls.Carousel

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class CarouselScrollButton : RepeatButton

Inheritance: objectCarouselScrollButton

Constructors

C#
public CarouselScrollButton()

Fields

Identifies the CarouselScrollButtonType dependency property.

C#
public static readonly DependencyProperty CarouselScrollButtonTypeProperty

Properties

Gets or sets the type of the carousel scroll button.

C#
public CarouselScrollButtonType CarouselScrollButtonType { get; set; }
Property Value:

The type of the carousel scroll button.

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.

C#
public override void OnApplyTemplate()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.

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()