MindFusion.Wpf Pack Programmer's Guide
NumericUpDown.DecimalDigits Property
See Also
 





Gets or sets the number of digits to display after the floating point. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public int DecimalDigits { get; set; }

Visual Basic  Copy Code

Public Property DecimalDigits As Integer

 Property Value

An integer value specifying the number of digits.

 See Also

NumericUpDown Members
NumericUpDown Class
MindFusion.UI.Wpf Namespace