ShapeGeometry.GetSelectionLineOffset(DiagramClientView) Method

Definition

Returns the distance in world units between the visible selection line and the outside of the shape.

public:
 virtual double GetSelectionLineOffset(Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ view);
public virtual double GetSelectionLineOffset (Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView view);
abstract member GetSelectionLineOffset : Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> double
override this.GetSelectionLineOffset : Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> double
Public Overridable Function GetSelectionLineOffset (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