C# Class ComponentFactory.Krypton.Toolkit.ViewLayoutFit

View element that draws nothing and will split the space equally between the children.
Inheritance: ViewComposite
Datei anzeigen 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.

ViewLayoutFit ( Orientation orientation ) : System

Initialize a new instance of the ViewLayoutFit 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

ViewLayoutFit() public method

Initialize a new instance of the ViewLayoutFit class.
public ViewLayoutFit ( Orientation orientation ) : System
orientation Orientation Direction to fit.
return System