Skip to main content
A newer version of this page is available. .

ParameterCollection.Add(String, FunctionBase) Method

Adds a new parameter to the collection.

Namespace: DevExpress.Xpf.Carousel

Assembly: DevExpress.Xpf.Carousel.v19.1.dll

Declaration

public void Add(
    string name,
    FunctionBase function
)

Parameters

Name Type Description
name String

A string value specifying the parameter name. This parameter’s value is assigned to the `Parameter.Name property.

function FunctionBase

A FunctionBase descendant specifying the value for the Parameter.DistributionFunction property.

See Also