Class
CarouselScrollButton

Represents a button used for scrolling in the Carousel control.

Definition

Namespace:Telerik.Windows.Controls.Carousel

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class CarouselScrollButton : RepeatButton

Inheritance: objectCarouselScrollButton

Constructors

Declaration

cs-api-definition
public CarouselScrollButton()

Fields

Identifies the CarouselScrollButtonType dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CarouselScrollButtonTypeProperty

Field Value

DependencyProperty

Properties

Gets or sets the type of the carousel scroll button.

Declaration

cs-api-definition
public CarouselScrollButtonType CarouselScrollButtonType { get; set; }

Property Value

CarouselScrollButtonType

The type of the carousel scroll button.

Methods

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

Declaration

cs-api-definition
public override void OnApplyTemplate()

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

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

The type-specific AutomationPeer implementation.

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()