Click or drag to resize

NumericStepperCultureInfo 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
public CultureInfo CultureInfo { get; set; }

Property Value

Type: CultureInfo
Remarks
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