ShapeGeometry.HasOutline Method

True if this type of geometry has a visible border.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Protected Overridable Function HasOutline ( _
    geometryHost As IGeometryHost _
) As Boolean
protected virtual bool HasOutline(
    IGeometryHost geometryHost
)
protected:
virtual bool HasOutline(
    IGeometryHost^ geometryHost
)
abstract HasOutline : 
        geometryHost:IGeometryHost -> bool  
override HasOutline : 
        geometryHost:IGeometryHost -> bool
protected function HasOutline(
    geometryHost : IGeometryHost
) : boolean

Parameters

Return Value

Type: Boolean
true of the shape geometry has a border; otherwise, false.

Remarks

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

.NET Framework Security

See Also

Reference

ShapeGeometry Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace