C# Class ComponentFactory.Krypton.Toolkit.ViewLayoutFit

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

ViewLayoutFit ( Orientation orientation ) : System

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

ViewLayoutFit() public méthode

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