C# 클래스 SIL.FieldWorks.SharpViews.PileBox

Base class for DivBox and InnerPileBox, more generally, for group boxes that arrange their children one above the other.
상속: GroupBox
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
Layout ( LayoutInfo transform ) : void

Keep this in sync with DivBox.Relayout.

PileBox ( AssembledStyles styles ) : System

비공개 메소드들

메소드 설명
AdjustTopForMargins ( int top, LayoutInfo transform, Box prevBox, Box box ) : int

메소드 상세

Layout() 공개 메소드

Keep this in sync with DivBox.Relayout.
public Layout ( LayoutInfo transform ) : void
transform LayoutInfo
리턴 void

PileBox() 공개 메소드

public PileBox ( AssembledStyles styles ) : System
styles AssembledStyles
리턴 System