LabelShape::RelatedShapeToEmphasize Property

 

Gets the shape that is related to the label shape and emphasizes it when a user clicks it.

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

public:
property ShapeElement^ RelatedShapeToEmphasize {
	virtual ShapeElement^ get() override;
}

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The related shape to emphasize; otherwise, null if the label shape has no related shapes.

An emphasized shape looks different from a shape that the user has clicked. Emphasis helps the user identify which shapes are associated with each other.

Return to top
Show: