|  | CvTrackbarResult Property  | 
 
            Result value of cv::createTrackbar
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
 Syntax
Syntaxpublic int Result { get; }Public ReadOnly Property Result As Integer
	Get
public:
property int Result {
	int get ();
}member Result : int with get
Property Value
Type: 
Int32 See Also
See Also