LabelTests ReportIfInsideRotatedLabel Method Delta Engine Documentation

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

public void ReportIfInsideRotatedLabel()
Examples

[Test]
public void ReportIfInsideRotatedLabel()
{
    label.Text = "";
    label.Rotation = 30;
    label.Start<ChangeLabelText>();
}
See Also