ShapeGeometry.GetSelectionBorderThickness Method (DiagramClientView)

Gets the width of the border for a selection in the specified view.

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

Syntax

'宣言
Public Shared Function GetSelectionBorderThickness ( _
    view As DiagramClientView _
) As SizeD
'使用
Dim view As DiagramClientView
Dim returnValue As SizeD

returnValue = ShapeGeometry.GetSelectionBorderThickness(view)
public static SizeD GetSelectionBorderThickness(
    DiagramClientView view
)
public:
static SizeD GetSelectionBorderThickness(
    DiagramClientView^ view
)
public static function GetSelectionBorderThickness(
    view : DiagramClientView
) : SizeD

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.SizeD

The width of the border for a selection in the specified view.

Permissions

See Also

Reference

ShapeGeometry Class

ShapeGeometry Members

GetSelectionBorderThickness Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace