Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Anchors the ShapeField's left side at a specified distance from a sibling NodeShape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Sub SetLeftAnchor ( _
sibling As NodeShape, _
percentage As Double _
)
public void SetLeftAnchor(
NodeShape sibling,
double percentage
)
public:
void SetLeftAnchor(
NodeShape^ sibling,
double percentage
)
member SetLeftAnchor :
sibling:NodeShape *
percentage:float -> unit
public function SetLeftAnchor(
sibling : NodeShape,
percentage : double
)
Parameters
- sibling
Type: Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
The sibling NodeShape.
- percentage
Type: System.Double
The gap between the ShapeField and the sibling, expressed as a fraction of the width of the sibling. 1.0 == 100%
.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.