NumericUpDownTextConverter Property

Gets or sets the custom bidirectional Text-Value converter. Non-null converter overrides ParsingNumberStyle, providing finer control over string representation of the underlying value.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public IValueConverter? TextConverter { get; set; }

Property Value

IValueConverter

See Also