Search
HeaderCollection.Item Property
See Also
 





Gets or sets the Header at the specified position.

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

 Syntax

C#  Copy Code

public Header Item [
    int index
] { get; set; }

Visual Basic  Copy Code

Public Property Item( _
    index As Integer _
) As Header

 Parameters

index
The 0-based index of the Header to get.

 Property Value

An instance of the Header class that represents the header at the specified position.

 See Also