ScrollbarTests RenderScrollbarZeroToOneHundredWithPointerWidthTwenty 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 RenderScrollbarZeroToOneHundredWithPointerWidthTwenty()
Examples

[Test, ApproveFirstFrameScreenshot]
public void RenderScrollbarZeroToOneHundredWithPointerWidthTwenty()
{
    scrollbar.ValueWidth = 20;
}
See Also