<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <linklocation="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<summary>A vertical slider widget for selecting a value from a range.</summary>
<remarks><para>The VScale widget allows the user to select a value with a vertical slider.</para><para>This widget and its model is manipulated using methods and properties in its super classes, <seecref="T:Gtk.Scale"/> and <seecref="T:Gtk.Range"/>.</para></remarks>
<summary>Creates a new vertical slider without the need for an <seecref="T:Gtk.Adjustment"/> object.</summary>
<paramname="min">The minimum value that is accepted by this VScale.</param>
<paramname="max">The maximum value that is accepted by this VScale.</param>
<paramname="step">The value to adjust the VScale by when 'sliding'.</param>
<returns>A new VScale.</returns>
<remarks><para>Creates a new vertical slider that lets the user input a number between (and including) <paramrefname="min"/> and <paramrefname="max"/>. Each adjustment of the slider changes the value by <paramrefname="step"/>, which must be non-zero.</para></remarks>
<returns>Creates a new instance of VScale, using the GLib-provided type</returns>
<remarks>
<para>This is a constructor used by derivative types of <seecref="T:Gtk.VScale"/> that would have their own GLib type assigned to it. This is not typically used by C# code.</para>