Skip to main content

Knob

Namespace: Wisej.Web.Ext.jQueryKnob

Assembly: Wisej.Web.Ext.jQueryKnob

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

public class Knob : Widget

Constructors

Instance memberKnob()

Constructs a new Knob control.

Properties

Instance memberAngleArc

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

Instance memberAngleOffset

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

Instance memberCursorSize

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

Instance memberDisplayPrevious

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)

Instance memberForeColor

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

Instance memberInitScript

String: Overridden to create our initialization script.

Instance memberKnobType

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

Instance memberLineCapStyle

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

Instance memberMaxValue

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

Instance memberMinValue

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

Instance memberPackages

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

Instance memberReadOnly

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)

Instance memberShowInput

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

Instance memberStep

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

Instance memberThickness

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

Instance memberValue

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

Events

Instance memberValueChanged

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