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
SyntaxC#
Copy Code
|
|---|
public int DecimalDigits { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DecimalDigits As Integer |
An integer value specifying the number of digits.
See Also