The ManipulatorControl type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ManipulatorControl |
Initializes a new instance of the ManipulatorControl class.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Clean up any resources being used.
(Overrides Control..::.Dispose(Boolean).) |
Properties
| Name | Description | |
|---|---|---|
| BorderColor |
Color used for drawing borders and axis’s.
| |
| BottomLeftBackgroundColor |
Background color used for filling bottom left quarter of the control.
| |
| BottomRightBackgroundColor |
Background color used for filling bottom right quarter of the control.
| |
| DrawHorizontalAxis |
Determines if horizontal axis should be drawn or not.
| |
| DrawVerticalAxis |
Determines if vertical axis should be drawn or not.
| |
| IsSquareLook |
Determines if the control has square or round look.
| |
| ManipulatorColor |
Color used for filling manipulator.
| |
| ManipulatorPosition |
Current manipulator’s position.
| |
| ResetPositionOnMouseRelease |
Determines behaviour of manipulator, when mouse button is released.
| |
| TopLeftBackgroundColor |
Background color used for filling top left quarter of the control.
| |
| TopRightBackgroundColor |
Background color used for filling top right quarter of the control.
|
Events
| Name | Description | |
|---|---|---|
| PositionChanged |
Event used for notification about manipulator’s position changes.
|