AnchoringBehavior.SetLeftAnchor, méthode (NodeShape, AnchoringBehavior.Edge, Double)
Ancre le côté gauche du ShapeField à un côté particulier d'un frère ShapeElement.
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, _
side As AnchoringBehavior.Edge, _
margin As Double _
)
public void SetLeftAnchor(
NodeShape sibling,
AnchoringBehavior.Edge side,
double margin
)
Paramètres
- sibling
Type : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
Le frère NodeShape à ancrer la valeur.
- side
Type : Microsoft.VisualStudio.Modeling.Diagrams.AnchoringBehavior.Edge
Le côté du frère ShapeElement à ancrer la valeur.
- margin
Type : System.Double
La marge (dans des unités du monde) entre le côté gauche du ShapeField et le côté spécifié du frère ShapeElement.
Notes
Ancre le côté gauche du ShapeField à un côté particulier d'un frère ShapeElement.
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.