Search
SelectionExtensions.SetsDirtyFlag(T) Method
See Also
 





Sets a value indicating whether the diagram's Dirty flag should be set when selection changes.

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

 Syntax

C#  Copy Code

public static T SetsDirtyFlag<T> (
    T selection,
    bool value
) where T : Selection

Visual Basic  Copy Code

Public Shared Function SetsDirtyFlag(Of T As Selection) ( _
    selection As T, _
    value As Boolean _
) As T

 Parameters

selection

value

 Return Value

 See Also