Controls user interaction with oval gauges.
The following tables list the members exposed by the OvalGaugeController type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the OvalGaugeController class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Implements ComponentController.Component. Gets the component modified by this controller. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Implements ComponentController.DrawInteraction. Draws a representation of the current state of user interaction on specified IGraphics surface. |
|
![]() |
For internal use. |
|
![]() |
For internal use. |
|
![]() |
Implements ComponentController.OnMouseDown. Called when the user presses a mouse button. |
|
![]() |
Implements ComponentController.OnMouseMove. Called when the user moves the mouse. |
|
![]() |
Implements ComponentController.OnMouseUp. Called when the user releases a mouse button. |
See Also