Search
Shape.AnchorPattern Property
See Also
 





Gets or sets the default anchor pattern for nodes that use this shape.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public AnchorPattern AnchorPattern { get; set; }

Visual Basic  Copy Code

Public Property AnchorPattern As AnchorPattern

 Property Value

An AnchorPattern instance. The default value is null (Nothing in Visual Basic).

 Remarks

If the AnchorPattern of a ShapeNode is set, it overrides the one associated with the Shape definition.

 See Also