Method that sets the increment type and the value.
Name | Type | Description |
IncrementType | IncrementTypeEnum | Input enum that specifies the increment type. Valid values are kIncrementAsAmountOfValue and kIncrementAsNumberOfSteps. |
Increment | String | Input String that specifies the increment value. The value is interpreted based on the increment type - amount of value if the type is kIncrementAsAmountOfValue and total number of steps if the type is kIncrementAsNumberOfSteps. |