| 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
Syntaxpublic CultureInfo CultureInfo { get; set; }Public Property CultureInfo As CultureInfo
	Get
	Set
member CultureInfo : CultureInfo with get, set
Property Value
Type: 
CultureInfo Remarks
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
See Also