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





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

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

 Syntax

C#  Copy Code

double GetRowHeight (
    int index
)

Visual Basic  Copy Code

Function GetRowHeight( _
    index As Integer _
) As Double

 Parameters

index

The zero-based index of the row.

 Return Value

The height of the row.

 See Also

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