AnchoringBehavior.SetTopAnchor 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 SetTopAnchor(Double) Anchors the ShapeField's top side to the horizontal line which is a distance of [parent ShapeElement's height multiplied by percentage] relative to the parent ShapeElement's top side.
Public method SetTopAnchor(AnchoringBehavior.Edge, Double) Anchors the ShapeField's top side to a particular side of the parent ShapeElement.
Public method SetTopAnchor(NodeShape, Double) Anchors the ShapeField's top side to the horizontal line which is a distance of [sibling NodeShape's height multiplied by percentage] relative to the sibling NodeShape's top side.
Public method SetTopAnchor(ShapeField, Double) Anchors the ShapeField's top side to the horizontal line which is a distance of [sibling ShapeField's height multiplied by percentage] relative to the sibling ShapeField's top side.
Public method SetTopAnchor(NodeShape, AnchoringBehavior.Edge, Double) Anchors the ShapeField's top side to a particular side of a sibling NodeShape.
Public method SetTopAnchor(ShapeField, AnchoringBehavior.Edge, Double) Anchors the ShapeField's top side to a particular side of a sibling ShapeField.

Top

See Also

Reference

AnchoringBehavior Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace