Share via


CommentShape.RelatedShapeToEmphasize Property

Returns null so that the parent shape doesn't get visually emphasized when this shape is selected.

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

Syntax

'Declaration
Public Overrides ReadOnly Property RelatedShapeToEmphasize As ShapeElement
public override ShapeElement RelatedShapeToEmphasize { get; }
public:
virtual property ShapeElement^ RelatedShapeToEmphasize {
    ShapeElement^ get () override;
}
abstract RelatedShapeToEmphasize : ShapeElement
override RelatedShapeToEmphasize : ShapeElement
override function get RelatedShapeToEmphasize () : ShapeElement

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement

Remarks

Returns null so that the parent shape does notget visually emphasized when this shape is selected.

.NET Framework Security

See Also

Reference

CommentShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace