DependencyRule
open class DependencyRule
Specifies rules to update positions of DiagramItem objects.
-
Updates the position of the specified DiagramItem
Parameter
Parameter dependency: The DiagramItem to update.Declaration
Swift
open func updateFromMasters( _ dependency:DiagramItem)
Parameters
dependency
The DiagramItem to update.