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.v24.1.dll
NuGet Package: DevExpress.Wpf.Carousel
Declaration
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