Gets or sets a numeric value that represents the current position of the scroll box on the track bar. 
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic int Pos { get; set; }Public Property Pos As Integer
	Get
	Set
public:
property int Pos {
	int get ();
	void set (int value);
}member Pos : int with get, set
function get_Pos();
function set_Pos(value);
Property Value
Type: 
Int32 See Also
See Also