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
- 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.