ParameterCollection.Add(String, FunctionBase) Method
Adds a new parameter to the collection.
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 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