AnchoringBehavior.SetLeftAnchor, méthode (NodeShape, Double)
Ancre le côté gauche du ShapeField à une distance spécifiée d'un frère NodeShape.
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 SetLeftAnchor ( _
sibling As NodeShape, _
percentage As Double _
)
public void SetLeftAnchor(
NodeShape sibling,
double percentage
)
Paramètres
- sibling
Type : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
Le frère NodeShape.
- percentage
Type : System.Double
L'intervalle entre le ShapeField et le frère, exprimés comme une fraction de la largeur du frère.1.0 == 100%
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.