DevExpress.Xpf.Carousel.v12.2 Represents a base class for functions. Returns the function value for the specified argument. A Double value specifying the argument. A Double value that represents the function value for the specified argument. Represents an ItemsControl allowing you to easily represent any data using a Carousel. Initializes a new instance of the CarouselItemsControl class with default settings. For internal use. A object that represents the panel template of this ItemsControl. Identifies the dependency property. [To be supplied] Stores a collection of parameters (functions) in a carousel control. Initializes a new instance of the ParameterCollection class with default settings. Adds the specified parameter to the collection. A object specifying the parameter to add. Adds a new parameter to the collection. A string value specifying the parameter name. This parameter's value is assigned to the ` property. A descendant specifying the value for the property. Get a parameter identified by its name. A string specifying the required parameter's name. A object representing the specified parameter. Gets a parameter by its index in the collection. An integer value specifying the required parameter's index in the collection. A object that represents the parameter at the specified index. Removes the specified parameter from the collection. A object specifying the parameter to be removed. Represents the Carousel control. Initializes a new instance of the CarouselPanel class with default settings. Gets or sets whether clicking an item will activate it (move it to the Carousel's attractor point). true to respond to item mouse clicks by selecting them; otherwise false. Identifies the dependency property. [To be supplied] Gets or sets the active item. A UIElement object representing the required item. Gets or sets the active item by its index. An integer value specifying the active item's index in the source sequence. Identifies the dependency property. [To be supplied] Identifies the dependency property. [To be supplied] Specifies whether animation effects for item transitions are enabled. true, to disable animated transitions; otherwise false. Identifies the dependency property. [To be supplied] Specifies the time taken by transition animations. An integer value specifying the time interval in milliseconds. Identifies the dependency property. [To be supplied] Specifies the active element's position within the Carousel. An integer value specifying the position for the selected item among other items. Identifies the dependency property. [To be supplied] Gets the object that is used to render items. This is an attached property. A object that is used to render items. Identifies the attached property. [To be supplied] For internal use. [To be supplied] Activates the first item in the Carousel's Children collection. [To be supplied] Gets or sets the index of the first visible item. An integer value specifying the first visible item's index. Identifies the dependency property. [To be supplied] Gets the value of the attached property for the specified object. An ItemsControl object whose value of the CarouselPanel attached property is to be returned. A object that is used to render items belonging to the specified itemsControl. Returns a PathGeometry object that represents the function specified by the property. A PathGeometry object that represents the function. Gets the value of the attached property for the specified object. The object whose value of the attached property is to be returned. The value of the attached property for the specified object. Gets or sets whether carousel items are automatically resized when changing the control's size. true to automatically resize items with the parent control; otherwise false. Identifies the dependency property. [To be supplied] Gets or sets whether items move forward or backward along the specified path. true to force the control to move items backwards along the specified path; otherwise false. Identifies the dependency property. [To be supplied] Gets or sets whether carousel scrolling is limited by the first and last item. true to disable scrolling limits; otherwise false. Identifies the dependency property. [To be supplied] Gets or sets the path along which the Carousel's items are evenly arranged. A value that specifies the item path. Identifies the dependency property. [To be supplied] Specifies the initial item size. A structure defining the initial item size. Identifies the dependency property. [To be supplied] Activates the last item in the Carousel's Children collection. [To be supplied] Scrolls the view by the specified number of items. An integer value specifying scrolling direction and distance. Scrolls the view to display the first page. Scrolls the view to the last page. Scrolls the view to activate the next element. Scrolls the view to the next page. Scrolls the view to activate the previous element. Scrolls the view to the prevoius page. Navigates to the item located at the specified index, without an animation effect. The index of the required item. Navigates to a specific item, without an animation effect. A Carousel item to be activated. Activates the next item. [To be supplied] Scrolls the Carousel's items forward, making the next page of the items visible. [To be supplied] Gets or sets the function whose values are added to the function when calculating positions of an item during its animation (its movement from one position to another). A descendant that represents a corresponding function. Identifies the dependency property. [To be supplied] Gets or sets the function that calculates the relative positions of the CarouselPanel's items along the path. A descendant that represents a corresponding function. Identifies the dependency property. [To be supplied] Gets the values of parameters, defined via the collection, for a specific child element. A ParametersTypeDescriptor object. Gets or sets the collection of custom parameters that vary, according to a specific law. A object that represents a collection of custom parameters. Identifies the dependency property. [To be supplied] Identifies the attached property. [To be supplied] Specifies the path's padding within the control's boundaries. A Thickness object specifying padding distances. Identifies the dependency property. [To be supplied] Gets or sets how the specified path should be resized when resizing the control. A enumeration value specifying how the path's aspect ratio is changed when resizing the carousel. Identifies the dependency property. [To be supplied] Gets or sets whether the control draws a line indicating the item path. true to draw a line indicating the item path; otherwise false. Identifies the dependency property. [To be supplied] Gets or sets a piece-linear function that specifies a path for the Carousel's items. A DevExpress.Xpf.Carousel.PieceLinearFunction object that specifies the path. Identifies the dependency property. [To be supplied] Activates the previous item. [To be supplied] Scrolls the Carousel's items backward, making the previous page of items visible. [To be supplied] For internal use. A Double value. Identifies the dependency property. [To be supplied] Gets or sets whether items are rendered in accordance to device pixels. true if items are rendered in accordance to device pixels; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets the number of items that are visible to an end-user along a path at one time. This proeprty is not in effect when a path is specified via the property. An integer value that specifies the number of items that are visible to an end-user along a path at one time. Identifies the dependency property. [To be supplied] Represents a parameter (function) in a carousel control. Initializes a new instance of the Parameter class with default settings. Creates a new instance of the class and initializes its properties with parameter values. A string value specifying the newly created parameter's name. This parameter value is assigned to the property. A descendant specifying the value for the property. A descendant specifying the value for the property. A descendant specifying the value for the property. Creates a new instance of the class and initializes its properties with parameter values. A string value specifying the newly created parameter's name. This parameter value is assigned to the property. A descendant specifying the value for the property. A descendant specifying the value for the property. Creates a new instance of the class and initializes its properties with parameter values. A string value specifying the newly created parameter's name. This parameter value is assigned to the property. A descendant specifying the value for the property. Specifies a function that affects the parameter value while items are moving from one static position to another. A descendant specifying the function. Identifies the dependency property. [To be supplied] Specifies a function that affects the parameter value while items are moving from one static position to another. A descendant specifying the function. Identifies the dependency property. [To be supplied] Specifies the function that affects the parameter value along the entire item movement path. A descendant specifying the function. Identifies the dependency property. [To be supplied] For internal use. A Boolean value. Gets or sets the parameter name. A string value specifying the parameter name. Fires when parameter settings change. Lists values that specify how the carousel path is resized when the control's size changes. The item path aspect ratio is preserved in its original state, when resizing the control. The item path aspect ratio is adjusted to match the carousel's dimensions, when resizing the control. Represents a navigator control allowing end-users to scroll through carousel items. Initializes a new instance of the CarouselNavigator class with default settings. Specifies the controlled by this navigator. A object specifying the bound carousel control. Identifies the dependency property. [To be supplied]