Diagram::HasOutline Property
Visual Studio 2015
Gets the diagram and verifies whether it has an outline.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
By default the return value is false.
if (this.HasOutline(geometryHost)) { Color oldColor = geometryHost.UpdateGeometryLuminosity(e.View, outLinePen); outLinePen.Color = oldColor; }
Show: