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
Показать файл Открыть проект

Открытые методы

Метод Описание
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