AnchoringBehavior Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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