IMcViewAutoScrollThreshold Property
|
|
The distance, in image pixels, from the display window edges for
autoscrolling.
Namespace:
MediaCy.IQL.Display.Viewer
Assembly:
MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
SyntaxProperty AutoScrollThreshold As Integer
Get
Set
Property Value
Type:
Int32
RemarksIf the AutoScrollMethod is enabled for automatic pan and scroll and
the image to display is larger than the display window, then when the mouse is
moved near the display window border will cause the image to be panned or
scrolled at a rate based how close the mouse is to the border and on the
AutoScrollSpeed.
This facility is independent of the EnableScrollBar property. Valid values are
between 2 and 100. The default is 30.
See Also