Search
ScrollBar.Minimum Property
See Also
 





Gets or sets the lower limit of values of the scrollable range.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public int Minimum { get; set; }

Visual Basic  Copy Code

Public Property Minimum As Integer

 Property Value

 See Also