NumericUpDownParsingNumberStyle Property
Gets or sets the parsing style (AllowLeadingWhite, Float, AllowHexSpecifier, ...). By default, Any.
Note that Hex style does not work with decimal.
For hexadecimal display, use
TextConverter.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public NumberStyles ParsingNumberStyle { get; set; }
Public Property ParsingNumberStyle As NumberStyles
Get
Set
member ParsingNumberStyle : NumberStyles with get, set
Property Value
NumberStyles