PanAndZoomPictureBoxVerticalScrollBar Property |
http://www.emgu.com
Get the vertical scroll bar of this control
Namespace:
Emgu.CV.UI
Assembly:
Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic VScrollBar VerticalScrollBar { get; }
Public ReadOnly Property VerticalScrollBar As VScrollBar
Get
public:
property VScrollBar^ VerticalScrollBar {
VScrollBar^ get ();
}
member VerticalScrollBar : VScrollBar with get
Property Value
Type:
VScrollBar
See Also