Search
DiagramExtensions.ActiveLayer Method
See Also
 





Sets the zero-based index of the active layer.

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

 Syntax

C#  Copy Code

public static Diagram ActiveLayer (
    Diagram diagram,
    int value
)

Visual Basic  Copy Code

Public Shared Function ActiveLayer( _
    diagram As Diagram, _
    value As Integer _
) As Diagram

 Parameters

diagram

value

 Return Value

 See Also