C# Класс LayoutFarm.UI.GridRow

Показать файл Открыть проект Примеры использования класса

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

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