C# 클래스 LayoutFarm.UI.GridRow

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
AdjustBottom ( int bottomPos ) : void
AdjustTop ( int topPos ) : void
CalculateRowHeight ( ) : void
GridRow ( int initRowHeight ) : System
SetTopAndHeight ( int top, int height ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
AcceptDesiredHeight ( int currentTop ) : void
SetOwnerParentRowCollection ( GridTable parentRowCollection ) : void

메소드 상세

AdjustBottom() 공개 메소드

public AdjustBottom ( int bottomPos ) : void
bottomPos int
리턴 void

AdjustTop() 공개 메소드

public AdjustTop ( int topPos ) : void
topPos int
리턴 void

CalculateRowHeight() 공개 메소드

public CalculateRowHeight ( ) : void
리턴 void

GridRow() 공개 메소드

public GridRow ( int initRowHeight ) : System
initRowHeight int
리턴 System

SetTopAndHeight() 공개 메소드

public SetTopAndHeight ( int top, int height ) : void
top int
height int
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string