AnchoringBehavior Constructor (NodeShape)

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Sub New ( _
    shape As NodeShape _
)
'使用
Dim shape As NodeShape

Dim instance As New AnchoringBehavior(shape)
public AnchoringBehavior(
    NodeShape shape
)
public:
AnchoringBehavior(
    NodeShape^ shape
)
public function AnchoringBehavior(
    shape : NodeShape
)

Parameters

Permissions

See Also

Reference

AnchoringBehavior Class

AnchoringBehavior Members

AnchoringBehavior Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace