C# Class AlphaTab.Rendering.Layout.HorizontalScreenLayout

This layout arranges the bars all horizontally
Inheritance: ScoreLayout
Show file Open project: CoderLine/alphaTab

Public Properties

Property Type Description
PagePadding float[]

Public Methods

Method Description
HorizontalScreenLayout ( ScoreRenderer renderer ) : System
Resize ( ) : void

Protected Methods

Method Description
DoLayoutAndRender ( ) : void

Method Details

DoLayoutAndRender() protected method

protected DoLayoutAndRender ( ) : void
return void

HorizontalScreenLayout() public method

public HorizontalScreenLayout ( ScoreRenderer renderer ) : System
renderer ScoreRenderer
return System

Resize() public method

public Resize ( ) : void
return void

Property Details

PagePadding public static property

public static float[] PagePadding
return float[]