C# Class LayoutFarm.CustomWidgets.ListItem

Inheritance: LayoutFarm.UI.UIBox
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
ListItem ( int width, int height ) : System
Walk ( UIVisitor visitor ) : void

Method Details

GetPrimaryRenderElement() public méthode

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
Résultat RenderElement

ListItem() public méthode

public ListItem ( int width, int height ) : System
width int
height int
Résultat System

Walk() public méthode

public Walk ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
Résultat void