| GraphicsScreenIsVisible Property |
Gets or sets a value indicating whether this instance is visible.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public bool IsVisible { get; set; }
Public Property IsVisible As Boolean
Get
Set
public:
property bool IsVisible {
bool get ();
void set (bool value);
}
member IsVisible : bool with get, set
Property Value
Type:
Boolean if this instance is visible; otherwise,
.
The default value is
.
Remarks See Also