| CvTrackbarPos Property |
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: 1.0.0
Syntax public 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
Property Value
Type:
Int32See Also