ShapeGeometry.GetSelectionLineWidth Method

Gets the width of the selection.

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

Syntax

'宣言
Public Function GetSelectionLineWidth ( _
    view As DiagramClientView _
) As Double
'使用
Dim instance As ShapeGeometry
Dim view As DiagramClientView
Dim returnValue As Double

returnValue = instance.GetSelectionLineWidth(view)
public double GetSelectionLineWidth(
    DiagramClientView view
)
public:
double GetSelectionLineWidth(
    DiagramClientView^ view
)
public function GetSelectionLineWidth(
    view : DiagramClientView
) : double

Parameters

Return Value

Type: System.Double

The width of the selection.

Permissions

See Also

Reference

ShapeGeometry Class

ShapeGeometry Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace