-
Notifications
You must be signed in to change notification settings - Fork 902
Carousel
DianeXceed edited this page Jun 19, 2017
·
2 revisions
Only available in the Plus Edition
Derives from AnimationPanel
Positions the elements in a carousel mode with a centered element in front.

| 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. |
| Event | Description |
|---|---|
| * | All the Events from Canvas Panel. |
| 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. |