Maximum Property (JProgressBar)

Action

Gets the progress bar's maximum value.

Syntax

C#
protected Integer Maximum { get; }
VB
'Declaration
Protected Read Property Maximum As Integer

Access

Read only.

Examples

VB

Dim maximum As Integer = progressBar.Maximum