Search
OrthogonalLayoutExtensions.Refine(T) Method
See Also
 





Sets a value indicating whether to refine the layout.

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

 Syntax

C#  Copy Code

public static T Refine<T> (
    T orthogonalLayout,
    bool value
) where T : OrthogonalLayout

Visual Basic  Copy Code

Public Shared Function Refine(Of T As OrthogonalLayout) ( _
    orthogonalLayout As T, _
    value As Boolean _
) As T

 Parameters

orthogonalLayout

value

 Return Value

 See Also