Class CarouselItemContentPresenter
Presents the content of a Carousel
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class CarouselItemContentPresenter : ContentControl
Constructors
CarouselItemContentPresenter()
Declaration
public CarouselItemContentPresenter()
Fields
AutoGeneratedItemContentTemplateProperty
Identifies the Auto
Declaration
public static readonly DependencyProperty AutoGeneratedItemContentTemplateProperty
Field Value
System.
|
DefaultItemContentPresenterTemplateProperty
Identifies the Default
Declaration
public static readonly DependencyProperty DefaultItemContentPresenterTemplateProperty
Field Value
System.
|
Properties
AutoGeneratedItemContentTemplate
Gets or sets the template that is used when data presenters should be auto-generated.
Declaration
public DataTemplate AutoGeneratedItemContentTemplate { get; set; }
Property Value
System. The template. |
DefaultItemContentPresenterTemplate
Gets or sets the default item content presenter template.
Declaration
public DataTemplate DefaultItemContentPresenterTemplate { get; set; }
Property Value
System. The template. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()