Click or drag to resize

UserInterfaceObjectBaseVisible Property

Is the user interface object visible? Objects that are not visible will not be drawn and will not receive mouse events

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Visible { get; set; }

Property Value

Type: Boolean
See Also