Class
CarouselItemContentPresenter

Presents the content of a CarouselItem.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class CarouselItemContentPresenter : ContentControl

Inheritance: objectCarouselItemContentPresenter

Constructors

CarouselItemContentPresenter()

Declaration

cs-api-definition
public CarouselItemContentPresenter()

Fields

AutoGeneratedItemContentTemplateProperty

Identifies the AutoGeneratedItemContentTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AutoGeneratedItemContentTemplateProperty

Field Value

DependencyProperty

DefaultItemContentPresenterTemplateProperty

Identifies the DefaultItemContentPresenterTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DefaultItemContentPresenterTemplateProperty

Field Value

DependencyProperty

Properties

AutoGeneratedItemContentTemplate

Gets or sets the template that is used when data presenters should be auto-generated.

Declaration

cs-api-definition
public DataTemplate AutoGeneratedItemContentTemplate { get; set; }

Property Value

DataTemplate

The template.

DefaultItemContentPresenterTemplate

Gets or sets the default item content presenter template.

Declaration

cs-api-definition
public DataTemplate DefaultItemContentPresenterTemplate { get; set; }

Property Value

DataTemplate

The template.

Methods

OnApplyTemplate()

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

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

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.

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()