Gets or sets the precision (the minimum number of digits that should be displayed). The control will pad the text with leading zeroes if required. This is a dependency property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public int Precision { get; set; }
Visual Basic (Declaration)
Public Property Precision As Integer

Remarks

If Precision is specified (non-zero), then ShowSeparators is ignored.

Dependency Property Information
Identifier field PrecisionProperty
Metadata properties set to true None

See Also