AnchoringBehavior.CenterVertically, méthode (NodeShape, AnchoringBehavior.Edge, NodeShape, AnchoringBehavior.Edge, Double)
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntaxe
'Déclaration
Public Sub CenterVertically ( _
topSibling As NodeShape, _
topSiblingSide As AnchoringBehavior.Edge, _
bottomSibling As NodeShape, _
bottomSiblingSide As AnchoringBehavior.Edge, _
percentage As Double _
)
public void CenterVertically(
NodeShape topSibling,
AnchoringBehavior.Edge topSiblingSide,
NodeShape bottomSibling,
AnchoringBehavior.Edge bottomSiblingSide,
double percentage
)
Paramètres
- topSibling
Type : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
- topSiblingSide
Type : Microsoft.VisualStudio.Modeling.Diagrams.AnchoringBehavior.Edge
- bottomSibling
Type : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
- bottomSiblingSide
Type : Microsoft.VisualStudio.Modeling.Diagrams.AnchoringBehavior.Edge
- percentage
Type : System.Double
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.