Minimum Property (JSlider)

Class

JSlider.

Action

Gets the minimum value supported by the slider.

Syntax

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

Access

Read only.

Examples

VB

Dim minimum As Integer = verticalSlider.Minimum