Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub SetBottomAnchor ( _
sibling As NodeShape, _
side As AnchoringBehavior..::.Edge, _
margin As Double _
)
'使用
Dim instance As AnchoringBehavior
Dim sibling As NodeShape
Dim side As AnchoringBehavior..::.Edge
Dim margin As Double
instance.SetBottomAnchor(sibling, side, _
margin)
public void SetBottomAnchor(
NodeShape sibling,
AnchoringBehavior..::.Edge side,
double margin
)
public:
void SetBottomAnchor(
NodeShape^ sibling,
AnchoringBehavior..::.Edge side,
double margin
)
public function SetBottomAnchor(
sibling : NodeShape,
side : AnchoringBehavior..::.Edge,
margin : double
)
Parameters
- sibling
Type: Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
- margin
Type: System.Double
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.