Inverted Property (JSlider)

Class

JSlider.

Action

Gets the value is true if the value-range shown for the slider is reversed.

Syntax

C#
protected Boolean Inverted { get; }
VB
'Declaration
Protected Read Property Inverted As Boolean

Access

Read only.

Examples

VB

Dim isInverted As Boolean = verticalSlider.Inverted