AnchoringBehavior::SetBottomAnchor Method (NodeShape^, Double)

 

Anchors the bottom of the ShapeField at a distance from the top of a sibling.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
void SetBottomAnchor(
	NodeShape^ sibling,
	double percentage
)

Parameters

sibling
Type: Microsoft.VisualStudio.Modeling.Diagrams::NodeShape^

The sibling NodeShape to anchor to.

percentage
Type: System::Double

The spacing between the shapes, as a fraction of the height of the sibling. 1.0 == 100%

Return to top
Show: