ShapeGeometry.HasOutline(IGeometryHost) Method

Definition

Returns a value indicating whether the outline of the geometry will be drawn.

protected:
 virtual bool HasOutline(Microsoft::VisualStudio::Modeling::Diagrams::IGeometryHost ^ geometryHost);
protected virtual bool HasOutline (Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost geometryHost);
abstract member HasOutline : Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost -> bool
override this.HasOutline : Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost -> bool
Protected Overridable Function HasOutline (geometryHost As IGeometryHost) As Boolean

Parameters

geometryHost
IGeometryHost

The instance data for the geometry.

Returns

true if the outline of the geometry will be drawn; otherwise, false.

Remarks

The outline of the geometry will be drawn with the pen specified by OutlinePenId.

Applies to