C# 클래스 TerrificNet.ViewEngine.TemplateHandler.Grid.GridStack

파일 보기 프로젝트 열기: namics/TerrificNet 1 사용 예제들

공개 메소드들

메소드 설명
FromContext ( RenderingContext renderingContext ) : GridStack
Pop ( ) : void
Push ( double width, double componentPadding = null ) : void

비공개 메소드들

메소드 설명
GridStack ( ) : System

메소드 상세

FromContext() 공개 정적인 메소드

public static FromContext ( RenderingContext renderingContext ) : GridStack
renderingContext RenderingContext
리턴 GridStack

Pop() 공개 메소드

public Pop ( ) : void
리턴 void

Push() 공개 메소드

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