NumericUpDownOnCoerceValue Method

Called when the Value property has to be coerced.

Definition

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

Parameters

baseValue  NullableDecimal
The value.

Return Value

NullableDecimal

See Also