Search
ProgressBar.Maximum Property
See Also
 





Gets or sets the maximum value of the progress bar.

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

 Syntax

C#  Copy Code

public double Maximum { get; set; }

Visual Basic  Copy Code

Public Property Maximum As Double

 Property Value

 See Also