AnchoringBehavior.SetLeftAnchor Method (NodeShape, Double)
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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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.NodeShapeThe sibling NodeShape.
percentage
Type: DoubleThe 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.