ShapeGeometry.GetOutlinePenId Method

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 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Overridable Function GetOutlinePenId ( _
    geometryHost As IGeometryHost _
) As StyleSetResourceId
'使用
Dim instance As ShapeGeometry
Dim geometryHost As IGeometryHost
Dim returnValue As StyleSetResourceId

returnValue = instance.GetOutlinePenId(geometryHost)
public virtual StyleSetResourceId GetOutlinePenId(
    IGeometryHost geometryHost
)
public:
virtual StyleSetResourceId^ GetOutlinePenId(
    IGeometryHost^ geometryHost
)
public function GetOutlinePenId(
    geometryHost : IGeometryHost
) : StyleSetResourceId

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId

The ID that is assigned to the brush that paints the outline of the shape geometry.

Permissions

See Also

Reference

ShapeGeometry Class

ShapeGeometry Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace