Back to Devexpress

Parameter Class

wpf-devexpress-dot-xpf-dot-carousel-b7a9b1f4.md

latest2.2 KB
Original Source

Parameter Class

Represents a parameter (function) in a carousel control.

Namespace : DevExpress.Xpf.Carousel

Assembly : DevExpress.Xpf.Carousel.v25.2.dll

NuGet Package : DevExpress.Wpf.Carousel

Declaration

csharp
public class Parameter :
    DependencyObject
vb
Public Class Parameter
    Inherits DependencyObject

The following members return Parameter objects:

Remarks

Parameters are functions that determine how carousel item properties change along the path. Each parameter can specify up to three functions that affect the resulting function value as described in Functions and Parameters.

You don’t necessarily have to create parameters manually. The CarouselPanel control provides a built-in style that can be assigned to control’s child elements, so that their properties will be automatically bound to parameters created by default. See Lesson 1 - Create a Simple Carousel for more information.

Parameter objects are available via the CarouselPanel.Parameters collection.

Inheritance

Object DispatcherObject DependencyObject Parameter

See Also

Parameter Members

DevExpress.Xpf.Carousel Namespace