AnchoringBehavior Constructors

Definition

Overloads

AnchoringBehavior(NodeShape)
AnchoringBehavior(ShapeField)

AnchoringBehavior(NodeShape)

public:
 AnchoringBehavior(Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ shape);
public AnchoringBehavior (Microsoft.VisualStudio.Modeling.Diagrams.NodeShape shape);
new Microsoft.VisualStudio.Modeling.Diagrams.AnchoringBehavior : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape -> Microsoft.VisualStudio.Modeling.Diagrams.AnchoringBehavior
Public Sub New (shape As NodeShape)

Parameters

shape
NodeShape

Applies to

AnchoringBehavior(ShapeField)

public:
 AnchoringBehavior(Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^ shapeField);
public AnchoringBehavior (Microsoft.VisualStudio.Modeling.Diagrams.ShapeField shapeField);
new Microsoft.VisualStudio.Modeling.Diagrams.AnchoringBehavior : Microsoft.VisualStudio.Modeling.Diagrams.ShapeField -> Microsoft.VisualStudio.Modeling.Diagrams.AnchoringBehavior
Public Sub New (shapeField As ShapeField)

Parameters

shapeField
ShapeField

Applies to