C# Class LayoutFarm.HtmlBoxes.FlexLine

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddChild ( FlexItem item ) : void
Arrange ( ) : void
Clear ( ) : void
FlexLine ( CssBox flexCssBox ) : System.Collections.Generic
GetItem ( int index ) : FlexItem

Method Details

AddChild() public méthode

public AddChild ( FlexItem item ) : void
item FlexItem
Résultat void

Arrange() public méthode

public Arrange ( ) : void
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

FlexLine() public méthode

public FlexLine ( CssBox flexCssBox ) : System.Collections.Generic
flexCssBox CssBox
Résultat System.Collections.Generic

GetItem() public méthode

public GetItem ( int index ) : FlexItem
index int
Résultat FlexItem