NumericStepperIHandlerCultureInfo Property |
Specifies the culture to show the numeric value in (default is
CurrentCulture).
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax CultureInfo CultureInfo { get; set; }
Property CultureInfo As CultureInfo
Get
Set
abstract CultureInfo : CultureInfo with get, set
Property Value
Type:
CultureInfoRemarks
This is used to format the numeric value, and when using the
FormatString it determines the character(s) used
for the thousands separator, decimal separator, and currency symbol.
See Also