From 3164e5d20c129e0903b224bd639937f55e1f8682 Mon Sep 17 00:00:00 2001 From: DianeXceed Date: Mon, 19 Jun 2017 15:57:07 -0400 Subject: [PATCH] Updated Carousel (markdown) --- Carousel.md | 66 +++++++++++++++++++++++++++-------------------------- 1 file changed, 34 insertions(+), 32 deletions(-) diff --git a/Carousel.md b/Carousel.md index 9b17ad6..b0b270c 100644 --- a/Carousel.md +++ b/Carousel.md @@ -5,38 +5,40 @@ Derives from AnimationPanel Positions the elements in a carousel mode with a centered element in front. -![](Carousel_carousel.jpg) +[[Carousel_carousel.jpg]] -## Properties -|| Property || Description -| * | All the Properties from [Canvas](Canvas) Panel -| AngularOffset | Gets or sets the rotation on the carousel from the children. -| AngularExtend | Gets or sets the extension of the carousel (360 is a perfect circle). -| AreChildrenScaled | Gets or sets if the children in the back are smaller than the ones in the front. -| AreChildrenOrdered | Gets or sets is the children are ordered in the carousel. -| CenteredChild | Gets the center child in the carousel. -| DistantChildScale | Gets or sets the children scale for non-centered children. -| MaximumAngularSeparation | Gets or sets the maximum angle between children. -| MaximumRadius | Gets or sets the maximum radius in the carousel. -| MinimumAngularSeparation | Gets or sets the minimum angle between children. -| MinimumRadius | Gets or sets the minimum radius in the carousel. -| Orientation | Gets or sets the orientation of the carousel (Vertical or Horizontal). -| Radius | Gets the radius in the carousel. -| Tilt | Gets or sets the tilt angle of the carousel. +### Properties +| Property | Description | +| --- | --- | +| * | All the Properties from [[Canvas]] Panel | +| AngularOffset | Gets or sets the rotation on the carousel from the children. | +| AngularExtend | Gets or sets the extension of the carousel (360 is a perfect circle). | +| AreChildrenScaled | Gets or sets if the children in the back are smaller than the ones in the front. | +| AreChildrenOrdered | Gets or sets is the children are ordered in the carousel. | +| CenteredChild | Gets the center child in the carousel. | +| DistantChildScale | Gets or sets the children scale for non-centered children. | +| MaximumAngularSeparation | Gets or sets the maximum angle between children. | +| MaximumRadius | Gets or sets the maximum radius in the carousel. | +| MinimumAngularSeparation | Gets or sets the minimum angle between children. | +| MinimumRadius | Gets or sets the minimum radius in the carousel. | +| Orientation | Gets or sets the orientation of the carousel (Vertical or Horizontal). | +| Radius | Gets the radius in the carousel. | +| Tilt | Gets or sets the tilt angle of the carousel. | -## Events -|| Event || Description -| * | All the Events from [Canvas](Canvas) Panel. +### Events +| Event | Description | +| --- | --- | +| * | All the Events from [[Canvas]] Panel. | -## Methods -|| Method || Description -| CenterChild( UIElement child, TimeSpan animationDuration, bool perQuarterTurn ) | Moves child to the front center of the carousel. -| ReorderChildrenAroundChild( UIElement child ) | This function will reorder the children inside the panel based on the given child. -| StopAnimation() | Stop any active animation. -| GetChildOffset( DependencyObject d ) | Gets the ChildOffset property. -| SetChildOffset( DependencyObject d, double value ) | sets the ChildOffset property. -| GetChildScale( DependencyObject d ) | Gets the ChildScale property. -| SetChildScale( DependencyObject d, double value ) | Sets the ChildScale property. -| GetChildZIndex( DependencyObject d ) | Gets or sets the ChildZIndex property. -| SetChildZIndex( DependencyObject d, int value ) | sets the ChildZIndex property. ---- \ No newline at end of file +### Methods +| Method | Description | +| --- | --- | +| CenterChild | Moves child to the front center of the carousel. | +| ReorderChildrenAroundChild | Reorders the children inside the panel based on the given child. | +| StopAnimation | Stops any active animation. | +| GetChildOffset | Gets the ChildOffset property. | +| SetChildOffset | Sets the ChildOffset property. | +| GetChildScale | Gets the ChildScale property. | +| SetChildScale | Sets the ChildScale property. | +| GetChildZIndex | Gets the ChildZIndex property. | +| SetChildZIndex | Sets the ChildZIndex property. |