Parameter Members
Represents a parameter (function) in a carousel control.Constructors
| Name | Description |
|---|---|
| Parameter() | Initializes a new instance of the Parameter class with the default settings. |
| Parameter(String, FunctionBase, FunctionBase, FunctionBase) | Creates a new instance of the Parameter class and initializes its properties with parameter values. |
| Parameter(String, FunctionBase, FunctionBase) | Creates a new instance of the Parameter class and initializes its properties with parameter values. |
| Parameter(String, FunctionBase) | Creates a new instance of the Parameter class and initializes its properties with parameter values. |
Fields
| Name | Description |
|---|---|
| AnimationAddFunctionProperty static | Identifies the Parameter.AnimationAddFunction dependency property. |
| AnimationMulFunctionProperty static | Identifies the Parameter.AnimationMulFunction dependency property. |
| DistributionFunctionProperty static | Identifies the Parameter.DistributionFunction dependency property. |
Properties
| Name | Description |
|---|---|
| AnimationAddFunction | Specifies a function that affects the parameter value while items are moving from one static position to another. |
| AnimationMulFunction | Specifies a function that affects the parameter value while items are moving from one static position to another. |
| DistributionFunction | Specifies the function that affects the parameter value along the entire item movement path. |
| InvertDistortionOnReverse | For internal use. |
| Name | Gets or sets the parameter name. |
Events
| Name | Description |
|---|---|
| ParameterChanged | Fires when parameter settings change. |
See Also