Search
LayoutRules.GetLayoutRule Method
See Also
 





If there is rule with key - Key initializes - Value otherwise fails;

Namespace: MindFusion.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual bool GetLayoutRule (
    Object Key,
    out Object Value
)

Visual Basic  Copy Code

Public Overridable Function GetLayoutRule( _
    Key As Object, _
    <System.Runtime.InteropServices.Out()> ByRef Value As Object _
) As Boolean

 Parameters

Key

Value

 Return Value

 See Also