NumericUpDownOnCoerceIncrement Method

Called when the Increment property has to be coerced.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual decimal OnCoerceIncrement(
	decimal baseValue
)

Parameters

baseValue  Decimal
The value.

Return Value

Decimal

See Also