Parameter(String, FunctionBase, FunctionBase, 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.v24.1.dll
NuGet Package: DevExpress.Wpf.Carousel
Declaration
public Parameter(
string name,
FunctionBase distributionFunction,
FunctionBase animationMulFunction,
FunctionBase animationAddFunction
)
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. |
animationMulFunction | FunctionBase | A FunctionBase descendant specifying the value for the Parameter.AnimationMulFunction property. |
animationAddFunction | FunctionBase | A FunctionBase descendant specifying the value for the Parameter.AnimationAddFunction property. |
See Also