Click or drag to resize

ViewInfoMaximized Property

Gets or sets whether the view window is maximized in the frame window. Together with the window position (see GetWindowPosition(Double, Double, Double, Double)) this is stored in the 3dm file and controls the viewport layout when the file is opened.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool Maximized { get; set; }

Property Value

Type: Boolean
See Also