Skip to main content

Parameter Constructors

Represents a parameter (function) in a carousel control.
Name Parameters Description
Parameter() none Initializes a new instance of the Parameter class with the default settings.
Parameter(String, FunctionBase, FunctionBase, FunctionBase) name, distributionFunction, animationMulFunction, animationAddFunction Creates a new instance of the Parameter class and initializes its properties with parameter values.
Parameter(String, FunctionBase, FunctionBase) name, distributionFunction, animationAddFunction Creates a new instance of the Parameter class and initializes its properties with parameter values.
Parameter(String, FunctionBase) name, distributionFunction Creates a new instance of the Parameter class and initializes its properties with parameter values.
See Also