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 | |
---|---|---|
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. | |
SetTopAnchor(AnchoringBehavior.Edge, Double) | Anchors the ShapeField's top side to a particular side of the parent ShapeElement. | |
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. | |
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. | |
SetTopAnchor(NodeShape, AnchoringBehavior.Edge, Double) | Anchors the ShapeField's top side to a particular side of a sibling NodeShape. | |
SetTopAnchor(ShapeField, AnchoringBehavior.Edge, Double) | Anchors the ShapeField's top side to a particular side of a sibling ShapeField. |
Top