ShapeGeometry.GetSelectionLineOffset(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 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.