Gets or sets the minimum value of the spinner.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double Minimum { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Minimum As Double |
A double value.
See Also