Version

CarouselPath Class Properties

For a list of all members of this type, see CarouselPath members.

Public Properties
 NameDescription
Public PropertyAnimationFramesGets/sets the number of frames used to animate between each item slot  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyItemRenderingOrderGets/sets the z-order in which items are rendered  
Public PropertyItemSlotsGets/sets the number of visible item slots along the path.  
Public PropertyItemWrappingGets/sets whether items will wrap around to fill all of the available items slots  
Public PropertyNameGets/sets the name of the path.  
Public PropertyOpacityStopsReturns the collection of PathOpacityStop objects.  
Public PropertyPathDataGets a System.Drawing.Drawing2D.PathData that encapsulates arrays of points (points) and types (types) for this CarouselPath.  
Public PropertyPathMarginGets/sets the amount of space between the control's ClientRectangle and the area used to render the path.  
Public PropertyPointCountGets the number of elements in the PathPoints or the PathTypes array.  
Public PropertyScalingStopsReturns the collection of PathScalingStop objects.  
Public PropertySnapToPositionGets/sets whether the items will snap to the fixed item slots after an animation occurs.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also