C# Class ComponentFactory.Krypton.Toolkit.ViewLayoutStretch

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

Méthodes publiques

Méthode 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 méthode

Perform a layout of the elements.
public Layout ( ViewLayoutContext context ) : void
context ViewLayoutContext Layout context.
Résultat void

ToString() public méthode

Obtains the String representation of this instance.
public ToString ( ) : string
Résultat string

ViewLayoutStretch() public méthode

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