C# Class ComponentFactory.Krypton.Toolkit.ViewLayoutStretch

View element that draws nothing and will stretch children to fill one dimension.
Inheritance: ViewComposite
Mostra file Open project: ComponentFactory/Krypton

Public Methods

Method Description
Layout ( ViewLayoutContext context ) : void

Perform a layout of the elements.

ToString ( ) : string

Obtains the String representation of this instance.

ViewLayoutStretch ( Orientation orientation ) : System

Initialize a new instance of the ViewLayoutCenter class.

Method Details

Layout() public method

Perform a layout of the elements.
public Layout ( ViewLayoutContext context ) : void
context ViewLayoutContext Layout context.
return void

ToString() public method

Obtains the String representation of this instance.
public ToString ( ) : string
return string

ViewLayoutStretch() public method

Initialize a new instance of the ViewLayoutCenter class.
public ViewLayoutStretch ( Orientation orientation ) : System
orientation Orientation Direction to stretch.
return System