NumericUpDownOnCoerceValue Method
Called when the
Value property has to be coerced.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual decimal? OnCoerceValue(
decimal? baseValue
)
Protected Overridable Function OnCoerceValue (
baseValue As Decimal?
) As Decimal?
abstract OnCoerceValue :
baseValue : Nullable<decimal> -> Nullable<decimal>
override OnCoerceValue :
baseValue : Nullable<decimal> -> Nullable<decimal>
- baseValue NullableDecimal
- The value.
NullableDecimal