Click or drag to resize

ThemedControlHandlerTControl, TWidget, TCallbackVisible Property

Gets or sets a value indicating whether this control is visible to the user.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual bool Visible { get; set; }

Property Value

Type: Boolean
true if visible; otherwise, false.

Implements

ControlIHandlerVisible
Remarks
When the visibility of a control is set to false, it will still occupy space in the layout, but not be shown. The only exception is for controls like the Splitter, which will hide a pane if the visibility of one of the panels is changed.
See Also