Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ID that is assigned to the brush that paints the outline of the shape geometry.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Overridable Function GetOutlinePenId ( _
geometryHost As IGeometryHost _
) As StyleSetResourceId
public virtual StyleSetResourceId GetOutlinePenId(
IGeometryHost geometryHost
)
public:
virtual StyleSetResourceId^ GetOutlinePenId(
IGeometryHost^ geometryHost
)
abstract GetOutlinePenId :
geometryHost:IGeometryHost -> StyleSetResourceId
override GetOutlinePenId :
geometryHost:IGeometryHost -> StyleSetResourceId
public function GetOutlinePenId(
geometryHost : IGeometryHost
) : StyleSetResourceId
Parameters
- geometryHost
Type: Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost
The shape or link.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId
The ID that is assigned to the brush that paints the outline of the shape geometry.
.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.