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