Class HorizontalPanel
Render the content objects in one single Horizontal column.
public class HorizontalPanel : Panel, IList<UIObject>, ICollection<UIObject>, IEnumerable<UIObject>, IEnumerable
- Inheritance
-
HorizontalPanel
- Implements
- Inherited Members
Constructors
HorizontalPanel()
Initializes a new instance of HorizontalPanel.
public HorizontalPanel()
HorizontalPanel(params UIObject[])
Initializes a new instance of HorizontalPanel.
public HorizontalPanel(params UIObject[] items)
Parameters
items
UIObject[]Array of UIObject to be added to the HorizontalPanel.
Methods
HtmlBody()
Returns the HTMLBody of the HorizontalPanel.
protected override string HtmlBody()
Returns
- string
HorizontalPanel string.