Represents a control that can be dragged by the user.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.1.0.0 (1.1.1.9392)

Syntax

C#
public class Thumb : UIControl
Visual Basic
Public Class Thumb _
	Inherits UIControl
Visual C++
public ref class Thumb : public UIControl

Remarks

Visual States: The VisualStates of this control are: "Disabled", "Default", "MouseOver", "Focused", "Dragging"

Inheritance Hierarchy

System..::..Object
  DigitalRune.Game..::..GameObject
    DigitalRune.Game.UI.Controls..::..UIControl
      DigitalRune.Game.UI.Controls..::..Thumb

See Also