Search
CommandCollection.Item Property
See Also
 





Gets or sets the command at the specified index.

Namespace: MindFusion.Diagramming.Commands
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

index

 Property Value

 See Also