MaskedTextBoxCulture Property

Gets or sets the culture information associated with the masked text box.

Definition

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

Property Value

CultureInfo

See Also