The following tables list the members exposed by CarouselPath.
Name | Description | |
---|---|---|
CarouselPath Constructor | Overloaded. |
Name | Description | |
---|---|---|
tagValue | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
AnimationFrames | Gets/sets the number of frames used to animate between each item slot | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
ItemRenderingOrder | Gets/sets the z-order in which items are rendered | |
ItemSlots | Gets/sets the number of visible item slots along the path. | |
ItemWrapping | Gets/sets whether items will wrap around to fill all of the available items slots | |
Name | Gets/sets the name of the path. | |
OpacityStops | Returns the collection of PathOpacityStop objects. | |
PathData | Gets a System.Drawing.Drawing2D.PathData that encapsulates arrays of points (points) and types (types) for this CarouselPath. | |
PathMargin | Gets/sets the amount of space between the control's ClientRectangle and the area used to render the path. | |
PointCount | Gets the number of elements in the PathPoints or the PathTypes array. | |
ScalingStops | Returns the collection of PathScalingStop objects. | |
SnapToPosition | Gets/sets whether the items will snap to the fixed item slots after an animation occurs. | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
AddArc | Overloaded. Appends an elliptical arc to the current figure. | |
AddBezier | Overloaded. Adds a cubic Bézier curve to the current figure. | |
AddBeziers | Adds a sequence of connected cubic Bézier curves to the current figure. | |
AddClosedCurve | Overloaded. Adds a closed curve to this path. A cardinal spline curve is used because the curve travels through each of the points in the array. | |
AddCurve | Overloaded. Adds a spline curve to the current figure. A cardinal spline curve is used because the curve travels through each of the points in the array. | |
AddEllipse | Overloaded. Adds an ellipse to the current path. | |
AddLine | Overloaded. Appends a line segment to this CarouselPath. | |
AddLines | Appends a series of connected line segments to the end of this CarouselPath. | |
AddPath | Overloaded. Appends the specified CarouselPath to this path. | |
AddPie | Adds the outline of a pie shape to this path. | |
AddPolygon | Adds a polygon to this path. | |
AddRectangle | Adds a rectangle to this path. | |
AddRectangles | Adds a series of rectangles to this path. | |
AddString | Overloaded. Adds a text string to this path. | |
Clone | Creates an exact copy of this path. | |
CloseAllFigures | Closes all open figures in this path and starts a new figure. It closes each open figure by connecting a line from its endpoint to its starting point. | |
CloseFigure | Closes the current figure and starts a new figure. If the current figure contains a sequence of connected lines and curves, the method closes the loop by connecting a line from the endpoint to the starting point. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Overridden. Releases all resources used by this CarouselPath. | |
Flatten | Overloaded. Converts each curve in this path into a sequence of connected line segments. | |
GetBounds | Overloaded. Returns a rectangle that bounds this CarouselPath. | |
GetLastPoint | Gets the last point in the PathPoints array of this CarouselPath. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
IsOutlineVisible | Overloaded. Indicates whether the specified point is contained within (under) the outline of this CarouselPath when drawn with the specified System.Drawing.Pen. | |
IsVisible | Overloaded. Indicates whether the specified point is contained within this CarouselPath. | |
LoadFromBinary | Overloaded. Loads CarouselPath data from the specified stream previously saved in binary format. | |
LoadFromXml | Overloaded. Loads data from the specified stream previously saved in XML (SOAP) format. | |
LoadPredefinedOpacityStops | Loads the OpacityStops collection with the predefined PathOpacityStop objects | |
LoadPredefinedPath | Loads the PathData with the predefined path. | |
LoadPredefinedScalingStops | Loads the ScalingStops collection with the predefined PathScalingStop objects | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
Reset | Empties the PathPoints and PathTypes arrays and sets the System.Drawing.Drawing2D.FillMode to System.Drawing.Drawing2D.FillMode.Alternate. | |
ResetAnimationFrames | Resets the value of the AnimationFrames property to its default. | |
ResetItemRenderingOrder | Resets the value of the ItemRenderingOrder property to its default. | |
ResetItemSlots | Resets the value of the ItemSlots property to its default. | |
ResetItemWrapping | Resets the value of the ItemWrapping property to its default. | |
ResetName | Resets the value of the Name property to its default. | |
ResetOpacityStops | Resets the OpacityStops property to its default value. | |
ResetPathData | Empties the PathPoints and PathTypes arrays. | |
ResetPathMargin | Resets the value of the PathMargin property to its default. | |
ResetScalingStops | Resets the ScalingStops property to its default value. | |
ResetSnapToPosition | Resets the value of the SnapToPosition property to its default. | |
Reverse | Reverses the order of points in the PathPoints array of this CarouselPath. | |
Rotate | Overloaded. Rotates this CarouselPath at the specified point. | |
SaveAsBinary | Overloaded. Loads CarouselPath data from the specified stream previously saved in binary format. | |
SaveAsXml | Overloaded. Loads data from the specified stream previously saved in XML (SOAP) format. | |
ShouldSerialize | Indicates whether the object needs to be persisted. | |
ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
StartFigure | Starts a new figure without closing the current figure. All subsequent points added to the path are added to this new figure. | |
ToString | Returns a System.String that represents the current System.Object. | |
Transform | Applies a transform matrix to this CarouselPath. | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) | |
Warp | Overloaded. Applies a warp transform, defined by a rectangle and a parallelogram, to this CarouselPath. |
Name | Description | |
---|---|---|
DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
InitializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnDeserialization | Called after this CarouselPath instance has been de-serialized. | |
OnDispose | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnSubObjectPropChanged | Overridden. Called when a property has changed on an object property of this CarouselPath object. | |
ResetTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
SerializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
ShouldSerializeAnimationFrames | Returns whether the value of the AnimationFrames property has been changed from its default. | |
ShouldSerializeItemRenderingOrder | Returns whether the value of the ItemRenderingOrder property has been changed from its default. | |
ShouldSerializeItemSlots | Returns whether the value of the ItemSlots property has been changed from its default. | |
ShouldSerializeItemWrapping | Returns whether the value of the ItemWrapping property has been changed from its default. | |
ShouldSerializeName | Returns whether the value of the Name property has been changed from its default. | |
ShouldSerializeOpacityStops | Returns whether the OpacityStops collection requires serialization. | |
ShouldSerializePathMargin | Returns whether the value of the PathMargin property has been changed from its default. | |
ShouldSerializeScalingStops | Returns whether the ScalingStops collection requires serialization. | |
ShouldSerializeSnapToPosition | Returns whether the value of the SnapToPosition property has been changed from its default. |
Name | Description | |
---|---|---|
SubObjectDisposed | (Inherited from Infragistics.Shared.SubObjectBase) | |
SubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) |