ASP.NET Pack Programmer's Guide
Slider.DecimalDigits Property
See Also
 





Gets or sets the number of digits to display after the floating point.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public int DecimalDigits { get; set; }

Visual Basic  Copy Code

Public Property DecimalDigits As Integer

 Property Value

Type: Int32

 Remarks

This value is limited between the range of 0 and 15

 See Also

Slider Members
Slider Class
MindFusion.UI.WebForms Namespace