[C#] | public setCursor(int position, Cursor cursor); |
[VB] | Public Sub setCursor(position As Integer, cursor As Cursor) |
ChartDirector 7.1 (.NET Edition)
WPFViewPortControl.
Usage
[C#] | public setCursor(int position, Cursor cursor); |
[VB] | Public Sub setCursor(position As Integer, cursor As Cursor) |
Description
Arguments
Argument | Default | Description |
---|---|---|
position | (Mandatory) | The mouse cursor position to be set, which must be one of Left, Right, Top and Bottom for the 4 borders, and TopLeft, TopRight, BottomLeft, BottomRight for the 4 corners, Center for inside the viewport and 0 for outside the viewport. |
cursor | (Mandatory) | The mouse cursor to use at the specified position. |
Return Value