CommandTests ZoomWillChangeBackgroundColor Method Delta Engine Documentation

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

public void ZoomWillChangeBackgroundColor()
Examples

[Test]
public void ZoomWillChangeBackgroundColor()
{
    new Command(Command.Zoom, () => window.BackgroundColor = Color.GetRandomColor());
}
See Also