MindFusion.Wpf Pack Programmer's Guide
CommandList.Item Property
See Also
 





Gets the command at the specified index.

Namespace: MindFusion.Diagramming.Wpf.Commands
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Command Item [
    int index
] { get; }

Visual Basic  Copy Code

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

 Parameters

index

 Property Value

 See Also

CommandList Members
CommandList Class
MindFusion.Diagramming.Wpf.Commands Namespace