FixedMaskedTextProviderCulture Property |
Gets the culture for the mask, as specified in the constructor.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public CultureInfo Culture { get; }
Public ReadOnly Property Culture As CultureInfo
Get
member Culture : CultureInfo with get
Property Value
Type:
CultureInfoThe culture for the mask.
See Also