Knob

Wisej.Web.Ext.jQueryKnob.Knob

Namespace: Wisej.Web.Ext.jQueryKnob

Assembly: Wisej.Web.Ext.jQueryKnob (3.2.0.0)

Nice, downward compatible, touchable, jQuery dial from jQuery-Knob.

public class Knob : Widget

Constructors

Constructs a new Knob control.

Properties

Int32: Returns or sets the arc size in degrees. (Default: 10)

Int32: Returns or sets the starting angle in degrees. (Default: 10)

Int32: Returns or sets the size of the cursor. Valid only when Type = KnobType.Cursor. (Default: 30)

Boolean: Returns or sets the DisplayPrevious property. When it's set to true, the widget briefly shows the previous value when the user is dragging the knob. (Default: False)

Color: Returns or sets the color of (Default: Color [SkyBlue])

String: Overridden to create our initialization script.

KnobType: Returns or sets the type of knob. (Default: Gauge)

LineCapType: Returns or sets the skin used to render the jQueryKnob. (Default: Butt)

Int32: Returns or sets the maximum value. (Default: 100)

Int32: Returns or sets the minimum value. (Default: 0)

List<Package>: Overridden to return our list of script resources.

Boolean: Returns or sets the read only property. When set to true, the value of the knob cannot be changed by the user. (Default: False)

Boolean: Shows or hides the input field. (Default: True)

Int32: Returns or sets the step size. (Default: 1)

Int32: Returns or sets the thickness of the gage. (Default: 24)

Int32: Returns or sets the value. (Default: 0)

Events

EventHandler Fired when the user changes the value of the knob.

Last updated