Search
Grid.GetRowHeaderBounds Method
See Also
 






Returns the bounding rectangle of all row headers.

Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Rect GetRowHeaderBounds ()

Visual Basic  Copy Code

Public Function GetRowHeaderBounds () As Rect

 Return Value

A Rectangle that bounds all row headers.

 See Also