Gets or sets the minimum possible value.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public double Minimum { get; set; } |
Visual Basic
Copy Code
|
---|
Public Property Minimum As Double |
Property Value
Type: Double An instance of the System.Double structure specifying the minimum possible value. Default value is 0.0.
See Also
|