Share via


AnchoringBehavior.SetLeftAnchor Method

Include Protected Members
Include Inherited Members

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method SetLeftAnchor(Double) Anchors the ShapeField's left side to the vertical line which is a distance of [parent ShapeElement's width multiplied by percentage] relative to the parent ShapeElement's left side.
Public method SetLeftAnchor(AnchoringBehavior.Edge, Double) Anchors the ShapeField's left side to a particular side of the parent Shape.
Public method SetLeftAnchor(NodeShape, Double) Anchors the ShapeField's left side at a specified distance from a sibling NodeShape.
Public method SetLeftAnchor(ShapeField, Double) Anchors the ShapeField's left side to the vertical line which is a distance of [sibling ShapeField's width multiplied by percentage] relative to the sibling ShapeField's left side.
Public method SetLeftAnchor(NodeShape, AnchoringBehavior.Edge, Double) Anchors the ShapeField's left side to a particular side of a sibling ShapeElement.
Public method SetLeftAnchor(ShapeField, AnchoringBehavior.Edge, Double) Anchors the ShapeField's left side to a particular side of a sibling ShapeField.

Top

See Also

Reference

AnchoringBehavior Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace