ASP.NET Pack Programmer's Guide
LayoutBuilder.Create2By1RowLayout Method
See Also
 





Creates a two-row stack panel whose first row is a horizontal stack of two components.

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public StackPanel Create2By1RowLayout (
    Component row1col1,
    Component row1col2,
    Component row2
)

Visual Basic  Copy Code

Public Function Create2By1RowLayout( _
    row1col1 As Component, _
    row1col2 As Component, _
    row2 As Component _
) As StackPanel

 Parameters

row1col1

The first component on first row.

row1col2

The second component on first row.

row2

The component on first row.

 Return Value

A StackPanel instance.

 See Also

LayoutBuilder Members
LayoutBuilder Class
MindFusion.Charting.WebForms Namespace