Skip to main content

Parameter(String, FunctionBase) Constructor

Creates a new instance of the Parameter class and initializes its properties with parameter values.

Namespace: DevExpress.Xpf.Carousel

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

NuGet Package: DevExpress.Wpf.Carousel

Declaration

public Parameter(
    string name,
    FunctionBase distributionFunction
)

Parameters

Name Type Description
name String

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

distributionFunction FunctionBase

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

See Also