CvSetWindowProperty Method OpenCvSharp Class Library
Set Property of the window

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void SetWindowProperty(
	string name,
	WindowProperty propId,
	WindowPropertyValue propValue
)

Parameters

name
Type: SystemString
Window name
propId
Type: OpenCvSharpWindowProperty
Property identifier
propValue
Type: OpenCvSharpWindowPropertyValue
New value of the specified property
See Also

Reference