Search
DiagramItemExtensions.LayerIndex(T) Method
See Also
 





Sets the zero-based index of the layer this item is associated with, or -1, if the item is not associated with a layer.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static T LayerIndex<T> (
    T diagramItem,
    int value
) where T : DiagramItem

Visual Basic  Copy Code

Public Shared Function LayerIndex(Of T As DiagramItem) ( _
    diagramItem As T, _
    value As Integer _
) As T

 Parameters

diagramItem

value

 Return Value

 See Also