Gets or sets the lower limit of values of the scrollable range.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public int Minimum { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Minimum As Integer |
See Also