Skip to main content

ParsingNumberStyle 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.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public NumberStyles ParsingNumberStyle { get; set; }

Property Value

NumberStyles

See Also

Reference

NumericUpDown Class
Avalonia.Controls Namespace