Search
SelectionExtensions.ExtendMode(T) Method
See Also
 





Sets whether to prevent deselecting currently selected items when they are outside of a newly drawn lasso rectangle.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

selection

value

 Return Value

 See Also