OnCoerceValue Method
Called when the Value property has to be coerced.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
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>