Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
geometryHost
Type: Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHostThe shape or link.
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
- 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.