MindFusion.Wpf Pack Programmer's Guide
LayoutRules.AddLayoutRule Method (Object, Object)
See Also
 





Adds or sets a new rule, depending on if the rule with key - Key already exists or no;

Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool AddLayoutRule (
    Object Key,
    Object Value
)

Visual Basic  Copy Code

Public Function AddLayoutRule( _
    Key As Object, _
    Value As Object _
) As Boolean

 Parameters

Key

Value

 Return Value

 See Also

AddLayoutRule Method Overload List
LayoutRules Members
LayoutRules Class
MindFusion.Layout Namespace