Gets the precision. Values should, if necessary, be displayed padded with leading zeroes until there are at least as many digits as specified by the precision.

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; private set; }
Visual Basic (Declaration)
Public Property Precision As Integer

See Also