Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
True if this type of geometry has a visible border.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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
- geometryHost
Type: Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost
The shape or link.
Return Value
Type: System.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.