ICImagingControl.LiveDisplayTop Property

Returns or sets the top position of the video display window in IC Imaging Control's window.
Syntax:
[C#]
public int LiveDisplayTop(int Top);
Remarks:

The LiveDisplayTop property is used to move the video display window in IC Imaging Control's window. The value passed to LiveDisplayTop is relative to the upper left corner of IC Imaging Control.

Passing a value to LiveDisplayTop takes an effect, even if the LiveDisplayDefault property returns True.

If the LiveDisplayDefault property is set to True, the LiveDisplayTop property's value is reset to 0.

The LiveDisplayTop property's unit is pixel. It defaults to 0.

See also: ICImagingControl, ICImagingControl.LiveDisplayDefault, ICImagingControl.LiveDisplayHeight, ICImagingControl.LiveDisplayLeft, ICImagingControl.LiveDisplayWidth, ICImagingControl.LiveDisplayZoomFactor, ICImagingControl.ScrollBarsEnabled

<< ICImagingControl