C# Class TerrificNet.ViewEngine.TemplateHandler.Grid.GridStack

Exibir arquivo Open project: namics/TerrificNet Class Usage Examples

Public Methods

Method Description
FromContext ( RenderingContext renderingContext ) : GridStack
Pop ( ) : void
Push ( double width, double componentPadding = null ) : void

Private Methods

Method Description
GridStack ( ) : System

Method Details

FromContext() public static method

public static FromContext ( RenderingContext renderingContext ) : GridStack
renderingContext RenderingContext
return GridStack

Pop() public method

public Pop ( ) : void
return void

Push() public method

public Push ( double width, double componentPadding = null ) : void
width double
componentPadding double
return void