Click or drag to resize

RhinoViewFloating Property

Floating state of RhinoView. if true, then the view will be in a floating frame window. Otherwise the view will be embedded in the main frame.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Floating { get; set; }

Property Value

Type: Boolean
See Also