AnchoringBehavior.CenterHorizontally Method (NodeShape, AnchoringBehavior.Edge, NodeShape, AnchoringBehavior.Edge)
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'宣言
Public Sub CenterHorizontally ( _
leftSibling As NodeShape, _
leftSiblingSide As AnchoringBehavior..::..Edge, _
rightSibling As NodeShape, _
rightSiblingSide As AnchoringBehavior..::..Edge _
)
public void CenterHorizontally(
NodeShape leftSibling,
AnchoringBehavior..::..Edge leftSiblingSide,
NodeShape rightSibling,
AnchoringBehavior..::..Edge rightSiblingSide
)
public:
void CenterHorizontally(
NodeShape^ leftSibling,
AnchoringBehavior..::..Edge leftSiblingSide,
NodeShape^ rightSibling,
AnchoringBehavior..::..Edge rightSiblingSide
)
member CenterHorizontally :
leftSibling:NodeShape *
leftSiblingSide:AnchoringBehavior..::..Edge *
rightSibling:NodeShape *
rightSiblingSide:AnchoringBehavior..::..Edge -> unit
public function CenterHorizontally(
leftSibling : NodeShape,
leftSiblingSide : AnchoringBehavior..::..Edge,
rightSibling : NodeShape,
rightSiblingSide : AnchoringBehavior..::..Edge
)
Parameters
- leftSibling
Type: Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
- leftSiblingSide
Type: Microsoft.VisualStudio.Modeling.Diagrams.AnchoringBehavior.Edge
- rightSibling
Type: Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
- rightSiblingSide
Type: Microsoft.VisualStudio.Modeling.Diagrams.AnchoringBehavior.Edge
.NET Framework Security
- 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.