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





ISwimlaneGrid.GetRowHeight implementation.

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

 Syntax

C#  Copy Code

public double GetRowHeight (
    int index
)

Visual Basic  Copy Code

Public 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

LaneGrid Members
LaneGrid Class
MindFusion.Diagramming.Wpf.Layout Namespace