Maximum Property (JSlider)

Class

JSlider.

Action

Gets the maximum value supported by the slider.

Syntax

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

Access

Read only.

Examples

VB

Dim maximum As Integer = verticalSlider.Maximum