Gets or sets the precision.

Namespace: Dapfor.Wpf.Converters
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

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

Property Value

Type: Int32
The precision.

See Also