'Declaration Public Enum ItemWrappingMode Inherits System.Enum
public enum ItemWrappingMode : System.Enum
Member | Description |
---|---|
None | Indicates that items will not wrap to fill available items slots when the first/last visible item is shown. |
RepeatItems | Indicates that items will wrap to fill available items slots when the first/last visible item is shown. If there are more items slots than CarouselItems, the items will be repeated along the path. |
Standard | Indicates that items will wrap to fill available items slots when the first/last visible item is shown. If the number of CarouselItems is less than the number of item slots, the remaining items slots will not be filled. |
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