Gets or sets the number of decimal places to display. Set to -1 to display the default number of decimal places for the culture. 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 DecimalPlaces { get; set; }
Visual Basic (Declaration)
Public Property DecimalPlaces As Integer

Remarks

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

See Also