Window IsVisible Property Delta Engine Documentation

Namespace: DeltaEngine.Core
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

bool IsVisible { get; }

Property Value

Type: Boolean
Remarks

Tests: DeltaEngine.Tests.Core.WindowTests
Examples

1 unit tests call DeltaEngine.Core.Window.IsVisible
[Test]
public void CreateWindow()
{
    Assert.IsTrue(window.IsVisible);
}
See Also