ShapeElement.GeometryOutlinePenId Property

Gets the ID of the pen that draws the outline for the shape.

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

Syntax

'宣言
Public ReadOnly Property GeometryOutlinePenId As StyleSetResourceId
'使用
Dim instance As ShapeElement
Dim value As StyleSetResourceId

value = instance.GeometryOutlinePenId
public StyleSetResourceId GeometryOutlinePenId { get; }
public:
virtual property StyleSetResourceId^ GeometryOutlinePenId {
    StyleSetResourceId^ get () sealed;
}
public final function get GeometryOutlinePenId () : StyleSetResourceId

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId

The ID of the pen that draws the outline for the shape.

Implements

IGeometryHost.GeometryOutlinePenId

Permissions

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace