Name | Description | |
---|---|---|
NThumb Constructor | Default constructor |
The following tables list the members exposed by NThumb.
Name | Description | |
---|---|---|
NThumb Constructor | Default constructor |
Name | Description | |
---|---|---|
DragEvent | Reference to the ThumbDrag event | |
EndDraggingEvent | Reference to the ThumbEndDrag event | |
IsDraggedProperty | Reference to the IsDragged property | |
IsPressedProperty | Reference to the IsPressed property | |
NThumbSchema | Schema associated with NThumb | |
StartDraggingEvent | Reference to the ThumbStartDrag event | |
SymbolProperty | Reference to the Symbol property |
Name | Description | |
---|---|---|
IsDragged | Gets whether the thumb is currently dragged. Automatically updated by Nevron. | |
IsPressed | Gets whether the thumb is currently pressed. Automatically updated by Nevron. | |
Symbol | Gets or sets the thumb symbol | |
ThumbAxis | Gets the thumb axis (if any) |
Name | Description | |
---|---|---|
CanStartDragging | Determines whether the thumb can currently be dragged | |
DoAbortDragging | Cancels the thumb dragging | |
DoDrag | Drags the thumb to the specified thumb pos (in local coordinates). | |
DoEndDragging | Ends the thumb dragging. | |
DoStartDragging | Starts the thumb dragging | |
MeasureContent | Overridden. Overriden to take the symbol desired size into account. | |
OnDoDrag | Raises the thumb drag event. | |
OnEndDragging | Raises the thumb end drag event. | |
OnKeyDown | Overridden. Handles the KeyDown event | |
OnLostFocus | Overridden. Handles the lost focus event | |
OnLostMouseCapture | Overridden. Handles the lost mouse capture event | |
OnMouseDown | Overridden. Handles the mouse down event | |
OnMouseMove | Overridden. Handles the mouse move event | |
OnMouseUp | Overridden. Handles the mouse up event | |
OnPaintBackground | Overridden. Paints the background of the box, which is performed before the custom painting in OnPrePaint | |
OnStartDragging | Raises the thumb start drag event. | |
OnTouchDown | Overridden. Handles the touch up event | |
OnTouchMove | Overridden. Handles the touch move event | |
OnTouchUp | Overridden. Handles the touch up event |
Name | Description | |
---|---|---|
Drag | Event, which occurs when the thumb is dragged | |
EndDragging | Event, which occurs when the thumb ends to be dragged | |
StartDragging | Event, which occurs when the thumb starts to be dragged |