[C#] | public void setMouseMargin(int mouseMargin, int cornerMargin); |
[VB] | Public Sub setMouseMargin(mouseMargin As Integer, cornerMargin As Integer) |
ChartDirector 7.1 (.NET Edition)
WPFViewPortControl.
Usage
[C#] | public void setMouseMargin(int mouseMargin, int cornerMargin); |
[VB] | Public Sub setMouseMargin(mouseMargin As Integer, cornerMargin As Integer) |
Description
Arguments
Argument | Default | Description |
---|---|---|
mouseMargin | (Mandatory) | The margin around the viewport border within which dragging of the border can start. The margin is in pixel unit. The default is 4 pixels. |
cornerMargin | (Mandatory) | The margin around the viewport corner within which dragging of the corner can start. The margin is in pixel unit. The default is 8 pixels. |
Return Value