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





Gets the the width of the specified column in the swimlane grid.

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

 Syntax

C#  Copy Code

double GetColumnWidth (
    int index
)

Visual Basic  Copy Code

Function GetColumnWidth( _
    index As Integer _
) As Double

 Parameters

index

The zero-based index of the column.

 Return Value

The width of the column.

 See Also

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