Click or drag to resize
DigitalRuneUIControlIsVisible Property
Gets or sets a value indicating whether this control is visible. This is a game object property.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public bool IsVisible { get; set; }

Property Value

Type: Boolean
if this control is visible; otherwise, .
Remarks
This property can be set to to hide the control and its visual children. Invisible controls are not drawn, they do not take part in the layout process and they do not handle input. See also ActualIsVisible.
See Also