Version

DisplayFactor Property

Sets the factor which used for the get and set of the "value" method. On get the number (string) entered by user is divided by that factor and on the set the number (string) displayed in editor is multiplied by that factor. For example if factor is 100 and the "value" is set to 0.123, then editor will show string "12.3".
Syntax
'Declaration
 
Public Property DisplayFactor As System.Nullable(Of Integer)
public System.Nullable<int> DisplayFactor {get; set;}
Remarks
The value should be a power of 10. If another value is supplied the biggest number that is a power of 10 and is less than the supplied value will be used. Values less than or equal to 0 will be ignored. Note: this option has priority over possible regional settings.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub