Gets/Sets the visibility of the control

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public virtual bool Visible { get; set; }

Property Value

Type: Boolean

Implements

IControl..::..Visible

Remarks

Controls that are not visible will not be rendered or respond to touch, button or keyboard events

See Also