TextConverter 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)
- C#
- VB
- F#
public IValueConverter? TextConverter { get; set; }
Public Property TextConverter As IValueConverter
Get
Set
member TextConverter : IValueConverter with get, set