Class RadCarouselPanel
RadCarouselPanel is a specialized panel that arranges its children on a path.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
[TelerikToolboxCategory("Navigation")]
public class RadCarouselPanel : VirtualizingPanel, IScrollInfo
Constructors
RadCarouselPanel()
Fields
AutoLoadItemsProperty
Identifies the Auto
Declaration
public static readonly DependencyProperty AutoLoadItemsProperty
Field Value
System.
|
IsAnimatingChangedEvent
Identifies the Is
Declaration
public static readonly RoutedEvent IsAnimatingChangedEvent
Field Value
System.
|
IsAnimatingProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsAnimatingProperty
Field Value
System.
|
IsContinuousProperty
Gets or sets a value indicating whether items should wrap around after the last item is displayed.
Declaration
public static readonly DependencyProperty IsContinuousProperty
Field Value
System.
|
IsOpacityEnabledProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsOpacityEnabledProperty
Field Value
System.
|
IsPathVisibleProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsPathVisibleProperty
Field Value
System.
|
IsScalingEnabledProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsScalingEnabledProperty
Field Value
System.
|
IsSelectedTopItemProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsSelectedTopItemProperty
Field Value
System.
|
IsSkewAngleXEnabledProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsSkewAngleXEnabledProperty
Field Value
System.
|
IsSkewAngleYEnabledProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsSkewAngleYEnabledProperty
Field Value
System.
|
ItemsMovementAnimationDurationProperty
Identifies the Items
Declaration
public static readonly DependencyProperty ItemsMovementAnimationDurationProperty
Field Value
System.
|
ItemsPerPageProperty
Identifies the Items
Declaration
public static readonly DependencyProperty ItemsPerPageProperty
Field Value
System.
|
ItemsPerSwipeProperty
Identifies the Items
Declaration
public static readonly DependencyProperty ItemsPerSwipeProperty
Field Value
System.
|
OpacityStopsProperty
Identifies the Opacity
Declaration
public static readonly DependencyProperty OpacityStopsProperty
Field Value
System.
|
PathPaddingProperty
Identifies the Path
Declaration
public static readonly DependencyProperty PathPaddingProperty
Field Value
System.
|
ScaleStopsProperty
Identifies the Scale
Declaration
public static readonly DependencyProperty ScaleStopsProperty
Field Value
System.
|
SelectedIsTopItemEvent
Identifies the Selected
Declaration
public static readonly RoutedEvent SelectedIsTopItemEvent
Field Value
System.
|
SkewAngleXStopsProperty
Identifies the Skew
Declaration
public static readonly DependencyProperty SkewAngleXStopsProperty
Field Value
System.
|
SkewAngleYStopsProperty
Identifies the Skew
Declaration
public static readonly DependencyProperty SkewAngleYStopsProperty
Field Value
System.
|
TopContainerChangedEvent
Identifies the Top
Declaration
public static readonly RoutedEvent TopContainerChangedEvent
Field Value
System.
|
TopContainerProperty
Identifies the Top
Declaration
public static readonly DependencyProperty TopContainerProperty
Field Value
System.
|
TopItemPathFractionProperty
Identifies the Top
Declaration
public static readonly DependencyProperty TopItemPathFractionProperty
Field Value
System.
|
Properties
AutoLoadItems
Gets or sets a value that indicates whether items will be loaded automatically when the carousel is shown.
Declaration
public bool AutoLoadItems { get; set; }
Property Value
System.
|
CanHorizontallyScroll
Gets or sets a value that indicates whether scrolling on the horizontal axis is possible.
Declaration
public bool CanHorizontallyScroll { get; set; }
Property Value
System. true if scrolling is possible; otherwise, false. This property has no default value. |
CanVerticallyScroll
Gets or sets a value that indicates whether scrolling on the vertical axis is possible.
Declaration
public bool CanVerticallyScroll { get; set; }
Property Value
System. true if scrolling is possible; otherwise, false. This property has no default value. |
ExtentHeight
Gets the vertical size of the extent.
Declaration
public double ExtentHeight { get; }
Property Value
System.
|
ExtentWidth
Gets the horizontal size of the extent.
Declaration
public double ExtentWidth { get; }
Property Value
System.
|
HorizontalOffset
Gets the horizontal offset of the scrolled content.
Declaration
public double HorizontalOffset { get; }
Property Value
System.
|
IsAnimating
Gets a value indicating whether the panel is currently animating.
Declaration
public bool IsAnimating { get; }
Property Value
System.
|
IsContinuous
Gets or sets a value indicating whether items should wrap around after the last item is displayed.
Declaration
public bool IsContinuous { get; set; }
Property Value
System.
|
IsOpacityEnabled
Gets or sets a value indicating whether opacity effect is enabled.
Declaration
public bool IsOpacityEnabled { get; set; }
Property Value
System.
|
IsPathVisible
Gets or sets a value that indicates whether the carousel path is visible.
Declaration
public bool IsPathVisible { get; set; }
Property Value
System.
|
IsScalingEnabled
Gets or sets a value indicating whether scale effect is enabled.
Declaration
public bool IsScalingEnabled { get; set; }
Property Value
System.
|
IsSelectedTopItem
Gets a value indicating whether the selected items has been brought into view.
Declaration
public bool IsSelectedTopItem { get; set; }
Property Value
System.
|
IsSkewAngleXEnabled
Gets or sets a value indicating whether this instance is skew angle X enabled.
Declaration
public bool IsSkewAngleXEnabled { get; set; }
Property Value
System.
|
IsSkewAngleYEnabled
Gets or sets a value indicating whether this instance is skew angle Y enabled.
Declaration
public bool IsSkewAngleYEnabled { get; set; }
Property Value
System.
|
ItemsMovementAnimationDuration
Gets or sets the duration of the item movement animation.
Declaration
public TimeSpan ItemsMovementAnimationDuration { get; set; }
Property Value
System.
|
ItemsPerPage
Gets or sets the number of items per page.
Declaration
public int ItemsPerPage { get; set; }
Property Value
System.
|
ItemsPerSwipe
Gets or sets the number of items to be scrolled per swipe gesture.
Declaration
public int ItemsPerSwipe { get; set; }
Property Value
System.
|
OpacityStops
Gets or sets the opacity stops.
Declaration
public PathStopCollection OpacityStops { get; set; }
Property Value
Path The opacity stops. |
Path
Gets or sets the carousel path.
Declaration
public Path Path { get; set; }
Property Value
System.
|
PathPadding
Gets or sets the path padding property.
Declaration
public Thickness PathPadding { get; set; }
Property Value
System. The path padding. |
ScaleStops
Gets or sets the scale stops.
Declaration
public PathStopCollection ScaleStops { get; set; }
Property Value
Path The scale stops. |
ScrollOwner
Gets or sets a System.
Declaration
public ScrollViewer ScrollOwner { get; set; }
Property Value
System. A System. |
SkewAngleXStops
Gets or sets the skew angle X stops.
Declaration
public PathStopCollection SkewAngleXStops { get; set; }
Property Value
Path The skew angle X stops. |
SkewAngleYStops
Gets or sets the skew angle Y stops.
Declaration
public PathStopCollection SkewAngleYStops { get; set; }
Property Value
Path The skew angle Y stops. |
TopContainer
Gets the container that has the largest ZIndex.
Declaration
public UIElement TopContainer { get; }
Property Value
System. The top container. |
TopItemPathFraction
Gets or sets the top item path fraction.
Declaration
public double TopItemPathFraction { get; set; }
Property Value
System. The top item path fraction. |
VerticalOffset
Gets the vertical offset of the scrolled content.
Declaration
public double VerticalOffset { get; }
Property Value
System. A System. |
ViewportHeight
Gets the vertical size of the viewport for this content.
Declaration
public double ViewportHeight { get; }
Property Value
System. A System. |
ViewportWidth
Gets the horizontal size of the viewport for this content.
Declaration
public double ViewportWidth { get; }
Property Value
System. A System. |
Methods
ArrangeOverride(Size)
When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System. The final area within the parent that this element should use to arrange itself and its children. |
Returns
System. The actual size used. |
BringDataItemIntoView(Object)
Brings the specified data item into view.
Declaration
public void BringDataItemIntoView(object dataItem)
Parameters
System. The data item to bring into view. |
BringIndexIntoView(Int32)
When implemented in a derived class, generates the item at the specified index location and makes it visible.
Declaration
protected override void BringIndexIntoView(int index)
Parameters
System. The index position of the item that is generated and made visible. |
BringItemIntoView(UIElement, Boolean)
Brings the specified item into view.
Declaration
public void BringItemIntoView(UIElement item, bool isItemSelected)
Parameters
System. The item to bring into view. |
System. Determines whether the item is currently selected. |
ClearSelectedItem()
Clears the item that RadCarouselPanel considers as selected.
Declaration
public void ClearSelectedItem()
CreateUIElementCollection(FrameworkElement)
Overrides the default System.
Declaration
protected override UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent)
Parameters
System. The logical parent element of the collection to be created. |
Returns
System. An ordered collection of elements that have the specified logical parent. |
LineDown()
Scrolls down within content by one logical unit.
Declaration
public void LineDown()
LineLeft()
Scrolls left within content by one logical unit.
Declaration
public void LineLeft()
LineRight()
Scrolls right within content by one logical unit.
Declaration
public void LineRight()
LineUp()
Scrolls up within content by one logical unit.
Declaration
public void LineUp()
MakeVisible(Visual, Rect)
Forces content to scroll until the coordinate space of a System.
Declaration
public Rect MakeVisible(Visual visual, Rect rectangle)
Parameters
System. A System. |
System. A bounding rectangle that identifies the coordinate space to make visible. |
Returns
System. A System. |
MeasureOverride(Size)
When overridden in a derived class, measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System. The available size that this element can give to child elements. Infinity can be specified as a value to indicate that the element will size to whatever content is available. |
Returns
System. The size that this element determines it needs during layout, based on its calculations of child element sizes. |
MouseWheelDown()
Scrolls down within content after a user clicks the wheel button on a mouse.
Declaration
public void MouseWheelDown()
MouseWheelLeft()
Scrolls left within content after a user clicks the wheel button on a mouse.
Declaration
public void MouseWheelLeft()
MouseWheelRight()
Scrolls right within content after a user clicks the wheel button on a mouse.
Declaration
public void MouseWheelRight()
MouseWheelUp()
Scrolls up within content after a user clicks the wheel button on a mouse.
Declaration
public void MouseWheelUp()
MoveBy(Int32)
Moves by a specified number of items.
Declaration
public void MoveBy(int displacement)
Parameters
System. The number of items to move by. Positive value will move the items forward, while negative one will move the items backwards. |
OnIsAnimatingChanged(Boolean, Boolean)
Called when Is
Declaration
protected virtual void OnIsAnimatingChanged(bool oldValue, bool newValue)
Parameters
System. If set to |
System. If set to |
OnIsItemsHostChanged(Boolean, Boolean)
Indicates that the System.
Declaration
protected override void OnIsItemsHostChanged(bool oldIsItemsHost, bool newIsItemsHost)
Parameters
System. The old property value. |
System. The new property value. |
OnItemsChanged(Object, ItemsChangedEventArgs)
Called when the System.
Declaration
protected override void OnItemsChanged(object sender, ItemsChangedEventArgs args)
Parameters
System. The System. |
System. Provides data for the System. |
OnRender(DrawingContext)
Draws the content of a System.
Declaration
protected override void OnRender(DrawingContext dc)
Parameters
System. The System. |
OnTopContainerChanged(UIElement, UIElement)
Called when Top
Declaration
protected virtual void OnTopContainerChanged(UIElement oldValue, UIElement newValue)
Parameters
System. The old value. |
System. The new value. |
PageDown()
Scrolls down within content by one page.
Declaration
public void PageDown()
PageLeft()
Scrolls left within content by one page.
Declaration
public void PageLeft()
PageRight()
Scrolls right within content by one page.
Declaration
public void PageRight()
PageUp()
Scrolls up within content by one page.
Declaration
public void PageUp()
SetHorizontalOffset(Double)
Sets the amount of horizontal offset.
Declaration
public void SetHorizontalOffset(double offset)
Parameters
System. The degree to which content is horizontally offset from the containing viewport. |
SetVerticalOffset(Double)
Sets the amount of vertical offset.
Declaration
public void SetVerticalOffset(double offset)
Parameters
System. The degree to which content is vertically offset from the containing viewport. |
Events
IsAnimatingChanged
Occurs when Is
Declaration
public event RoutedEventHandler IsAnimatingChanged
Event Type
System.
|
SelectedIsTopItem
Occurs when [selected is top item].
Declaration
public event RoutedEventHandler SelectedIsTopItem
Event Type
System.
|
TopContainerChanged
Occurs when Top
Declaration
public event RoutedEventHandler TopContainerChanged
Event Type
System.
|