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.Controls
Assembly: IcoSmartTile (in IcoSmartTile.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string BottomValueDecimalPlaces { get; set; }
Visual Basic
Public Property BottomValueDecimalPlaces As String
	Get
	Set
JScript
function get BottomValueDecimalPlaces () : String
function set BottomValueDecimalPlaces (value : String)

See Also