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

'宣言
Public ReadOnly Property OutlinePenWidth As Double
'使用
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.

Permissions

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace