ShapeElement.OutlinePenWidth Property

Gets the width of 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 OutlinePenWidth As Double
'Usage
Dim instance As ShapeElement 
Dim value As Double 

value = instance.OutlinePenWidth
public double OutlinePenWidth { get; }
public:
property double OutlinePenWidth {
    double get ();
}
public function get OutlinePenWidth () : double

Property Value

Type: System.Double
The width of the outline for the shape.

.NET Framework Security

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace