This topic has not yet been rated - Rate this topic

Diagram.HasOutline Property

Gets the diagram and verifies whether it has an outline.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
public override bool HasOutline { get; }

Property Value

Type: System.Boolean
true if the diagram has an outline; otherwise, false.

By default the return value is false.

if (this.HasOutline(geometryHost))
{
    Color oldColor = geometryHost.UpdateGeometryLuminosity(e.View, outLinePen);
    outLinePen.Color = oldColor;

}
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ