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.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public IValueConverter? TextConverter { get; set; }
Public Property TextConverter As IValueConverter
Get
Set
member TextConverter : IValueConverter with get, set
Property Value
IValueConverter