Indicates the number of digits to display to the right of
the decimal point. A negative value indicates that the
number of digits to display to the right of the decimal
should be determined by the regional settings of the
current locale.
Namespace: Ico.Windows.ControlsAssembly: IcoSmartTile (in IcoSmartTile.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public string TopValueDecimalPlaces { get; set; } |
| Visual Basic |
|---|
Public Property TopValueDecimalPlaces As String
Get
Set |
| JScript |
|---|
function get TopValueDecimalPlaces () : String
function set TopValueDecimalPlaces (value : String) |
See Also