AnchoringBehavior.SetBottomAnchor 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 | |
---|---|---|
SetBottomAnchor(Double) | Anchors the bottom of the ShapeField at a specified distance from the top of the parent ShapeNode. | |
SetBottomAnchor(AnchoringBehavior.Edge, Double) | Anchors the bottom of the ShapeField to a particular side of the parent ShapeElement. | |
SetBottomAnchor(NodeShape, Double) | Anchors the bottom of the ShapeField at a distance from the top of a sibling. | |
SetBottomAnchor(ShapeField, Double) | Anchors the bottom of the ShapeField at a distance from the top of a sibling. | |
SetBottomAnchor(NodeShape, AnchoringBehavior.Edge, Double) | Anchors the bottom of the ShapeField to a particular side of a sibling NodeShape. | |
SetBottomAnchor(ShapeField, AnchoringBehavior.Edge, Double) | Anchors the ShapeField's bottom side to a particular side of a sibling ShapeField. |
Top