MindFusion.Wpf Pack Programmer's Guide
ISwimlaneGrid.SetRowHeight Method
See Also
 





Sets the the height of the specified row in the swimlane grid.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

void SetRowHeight (
    int index,
    double value
)

Visual Basic  Copy Code

Sub SetRowHeight( _
    index As Integer, _
    value As Double _
)

 Parameters

index

The zero-based index of the row.

value

The new height of the row.

 See Also

ISwimlaneGrid Members
ISwimlaneGrid Interface
MindFusion.Diagramming.Wpf.Layout Namespace