Search
Grid.GetRowHeaderBounds Method
See Also
 





Returns the bounding rectangle of all row headers.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RectangleF GetRowHeaderBounds ()

Visual Basic  Copy Code

Public Function GetRowHeaderBounds () As RectangleF

 Return Value

A RectangleF that bounds all row headers.

 See Also