ShapeGeometry.GetSelectionLineWidth(DiagramClientView) Method

Definition

Returns the width of the visible selection line in world units.

public:
 double GetSelectionLineWidth(Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ view);
public double GetSelectionLineWidth (Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView view);
member this.GetSelectionLineWidth : Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> double
Public Function GetSelectionLineWidth (view As DiagramClientView) As Double

Parameters

view
DiagramClientView

The view the selection is drawn upon.

Returns

The thickness of the selection border in world units.

Applies to