CommentShape.RelatedShapeToEmphasize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns null so that the parent shape doesn't get visually emphasized when this shape is selected.
public:
virtual property Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ RelatedShapeToEmphasize { Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ get(); };
public override Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement RelatedShapeToEmphasize { get; }
member this.RelatedShapeToEmphasize : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
Public Overrides ReadOnly Property RelatedShapeToEmphasize As ShapeElement