Skip to main content

ParameterCollection.Add(String, FunctionBase) Method

Adds a new parameter to the collection.

Namespace: DevExpress.Xpf.Carousel

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

NuGet Package: DevExpress.Wpf.Carousel

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