NumericUpDown.

OnCoerceIncrement(double) Method

Summary

Called when the Increment property has to be coerced.
Namespace
Avalonia.Controls
Containing Type
NumericUpDown

Syntax

protected virtual double OnCoerceIncrement(double baseValue)

Parameters

Name Type Description
baseValue double The value.

Return Value

Type Description
double