C# Class LayoutFarm.UI.GridRow

Mostrar archivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method 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

Method Description
AcceptDesiredHeight ( int currentTop ) : void
SetOwnerParentRowCollection ( GridTable parentRowCollection ) : void

Method Details

AdjustBottom() public method

public AdjustBottom ( int bottomPos ) : void
bottomPos int
return void

AdjustTop() public method

public AdjustTop ( int topPos ) : void
topPos int
return void

CalculateRowHeight() public method

public CalculateRowHeight ( ) : void
return void

GridRow() public method

public GridRow ( int initRowHeight ) : System
initRowHeight int
return System

SetTopAndHeight() public method

public SetTopAndHeight ( int top, int height ) : void
top int
height int
return void

ToString() public method

public ToString ( ) : string
return string