C# Class LayoutFarm.UI.GridRow

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
AdjustBottom ( int bottomPos ) : void
AdjustTop ( int topPos ) : void
CalculateRowHeight ( ) : void
GridRow ( int initRowHeight ) : System
SetTopAndHeight ( int top, int height ) : void
ToString ( ) : string

Private Methods

Méthode Description
AcceptDesiredHeight ( int currentTop ) : void
SetOwnerParentRowCollection ( GridTable parentRowCollection ) : void

Method Details

AdjustBottom() public méthode

public AdjustBottom ( int bottomPos ) : void
bottomPos int
Résultat void

AdjustTop() public méthode

public AdjustTop ( int topPos ) : void
topPos int
Résultat void

CalculateRowHeight() public méthode

public CalculateRowHeight ( ) : void
Résultat void

GridRow() public méthode

public GridRow ( int initRowHeight ) : System
initRowHeight int
Résultat System

SetTopAndHeight() public méthode

public SetTopAndHeight ( int top, int height ) : void
top int
height int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string