ShapeElement.RelatedShapeToEmphasize Property

Gets the related shape to visually emphasize to the user when this shape is selected.

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

Syntax

'宣言
Public Overridable ReadOnly Property RelatedShapeToEmphasize As ShapeElement
'使用
Dim instance As ShapeElement
Dim value As ShapeElement

value = instance.RelatedShapeToEmphasize
public virtual ShapeElement RelatedShapeToEmphasize { get; }
public:
virtual property ShapeElement^ RelatedShapeToEmphasize {
    ShapeElement^ get ();
}
public function get RelatedShapeToEmphasize () : ShapeElement

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement

The related shape to visually emphasize; otherwise, a null reference (Nothing in Visual Basic), if there is no related shape to emphasize.

Permissions

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace