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

'Declaration
Public ReadOnly Property GeometryOutlinePenId As StyleSetResourceId
'Usage
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

.NET Framework Security

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace