Click or drag to resize

WindowPropertyFlags Enumeration

http://www.emgu.com
Flags for SetWindowProperty / GetWindowProperty

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
[FlagsAttribute]
public enum WindowPropertyFlags
Members
  Member nameValueDescription
FullScreen0 fullscreen property (can be WINDOW_NORMAL or WINDOW_FULLSCREEN).
AutoSize1 autosize property (can be WINDOW_NORMAL or WINDOW_AUTOSIZE).
AspectRatio2 window's aspect ration (can be set to WINDOW_FREERATIO or WINDOW_KEEPRATIO).
Opengl3 opengl support.
Visible4 checks whether the window exists and is visible
TopMost5 property to toggle normal window being topmost or not
See Also