Class CarouselItem
Inheritance
System.Object
CarouselItem
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class CarouselItem : ContentControl
Constructors
CarouselItem()
Declaration
public CarouselItem()
Fields
IsSelectedProperty
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
OwnerProperty
Declaration
public static readonly DependencyProperty OwnerProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
Type |
---|
System.Boolean |
Owner
Gets or sets the owner.
Declaration
public Carousel Owner { get; set; }
Property Value
Type | Description |
---|---|
Carousel | The owner. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
OnMouseDown(MouseButtonEventArgs)
Declaration
protected override void OnMouseDown(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseButtonEventArgs | e |
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseEventArgs | e |
OnMouseUp(MouseButtonEventArgs)
Invoked when an unhandled System.Windows.UIElement.MouseUp routed event is raised on this element. Implement this method to add class handling for this event.
Declaration
protected override void OnMouseUp(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseButtonEventArgs | e | The System.Windows.Input.MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was pressed. |