ShapeGeometry.HasOutline(IGeometryHost) Method
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 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.