'Declaration Public Enum UltraCarouselAction Inherits System.Enum
public enum UltraCarouselAction : System.Enum
Member | Description |
---|---|
ActivateFirstItem | Activates the first item. |
ActivateFirstVisibleItem | Activates the first visible item. |
ActivateLastItem | Activates the last item. |
ActivateLastVisibleItem | Activates the last visible item. |
ActivateNextItem | Activates the next visible item. |
ActivatePreviousItem | Activates the previous visible item. |
AutoRotateBackward | Rotates the carousel backward until stopped or it reaches beginning (when ItemWrapping is off). |
AutoRotateForward | Rotates the carousel forward until stopped or it reaches end (when ItemWrapping is off). |
ClickActiveItem | Clicks the currently active item. |
ScrollBackwardItem | Scrolls the items the distance of one itemslot along the path in a backward direction. |
ScrollBackwardPage | Scrolls the items the distance of one page along the path in a backward direction. |
ScrollBackwardPageActivateItem | Scrolls the items the distance of one page along the path in a backward direction and activates the item in the same items slot as the current active item. |
ScrollForwardItem | Scrolls the items the distance of one itemslot along the path in a forward direction. |
ScrollForwardPage | Scrolls the items the distance of one page along the path in a forward direction. |
ScrollForwardPageActivateItem | Scrolls the items the distance of one page along the path in a forward direction and activates the item in the same items slot as the current active item. |
ScrollToBeginning | Scrolls the items to the beginning of the path. |
ScrollToEnd | Scrolls the items to the end of the path. |
StopScrolling | Stops any current scrolling actions. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2