Gets or sets the number of digits to display the fractional part of the number. The default is 0, meaning no fractional part is displayed.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public int DecimalDigits { get; set; }
Visual Basic
Public Property DecimalDigits As Integer
	Get
	Set
Visual C++
public:
property int DecimalDigits {
	int get ();
	void set (int value);
}

See Also