AnchoringBehavior::SetTopAnchor Method (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.

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

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

Parameters

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

The sibling NodeShape whose height will be considered 100%.

percentage
Type: System::Double

The percentage of the sibling NodeShape's height that will define the horizontal line to anchor to. (1.0 is 100%)

Anchors the top side of the ShapeField to the horizontal line that is a distance of [height of sibling NodeShape multiplied by percentage] relative to the top side of the sibling NodeShape.

Return to top
Show: