Version

PropertyCategories Enumeration

Category Properties
Syntax
'Declaration
 
Public Enum PropertyCategories 
   Inherits System.Enum
public enum PropertyCategories : System.Enum 
Members
MemberDescription
AllInclude everything.
GeneralThe properties and sub-objects of the UltraCarousel that are not explicitly listed in this enum. This includes (but is not neccessarily limited to) Appearance, Appearances, AutoScrollItem, GesturesEnabled, ImageTransparentColor, InvertScrolling, ItemSettings, ItemSize, ScrollButtons, ScrollButtonsAlignment, ScrollButtonSize, ScrollingOrientation, SelectionType, ShowPath, PathColor, PathThickness, and UseHottrackingTransitions.
ItemsThe Items collection. If the Carousel is bound to a data source, then this value will be ignored and no items will be saved or loaded.
PathThe Path property and all of it's associated settings.
PathDataThe points, lines, curves, and shapes that make up the vector of the path.
PathGeneralThe properties and sub-objects of the UltraCarousel that are not explicitly listed in this enum. This includes (but is not neccessarily limited to) AnimationFrames, ItemRenderingOrder, ItemSlots, ItemWrapping, Name, PathMargin, SnapToPosition, and Tag.
PathOpacityStopsThe OpacityStops of the Path.
PathScalingStopsThe OpacityStops of the Path.
Requirements

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

See Also