C# Class LayoutFarm.CustomWidgets.ListItem

Inheritance: LayoutFarm.UI.UIBox
Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

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

Method Details

GetPrimaryRenderElement() public method

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
return RenderElement

ListItem() public method

public ListItem ( int width, int height ) : System
width int
height int
return System

Walk() public method

public Walk ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
return void