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

Afficher le fichier Open project: namics/TerrificNet Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GridStack ( ) : System

Method Details

FromContext() public static méthode

public static FromContext ( RenderingContext renderingContext ) : GridStack
renderingContext RenderingContext
Résultat GridStack

Pop() public méthode

public Pop ( ) : void
Résultat void

Push() public méthode

public Push ( double width, double componentPadding = null ) : void
width double
componentPadding double
Résultat void