ShapeGeometry.GetSelectionLineWidth(DiagramClientView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.