NodeShapeGeometry.GetFocusIndicatorInsideMargin(IGeometryHost) Method

Definition

Gets the distance in world units from the bounding box of the shape to the focus indicator drawn within the shape's bounding box.

protected:
 virtual double GetFocusIndicatorInsideMargin(Microsoft::VisualStudio::Modeling::Diagrams::IGeometryHost ^ geometryHost);
protected virtual double GetFocusIndicatorInsideMargin (Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost geometryHost);
abstract member GetFocusIndicatorInsideMargin : Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost -> double
override this.GetFocusIndicatorInsideMargin : Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost -> double
Protected Overridable Function GetFocusIndicatorInsideMargin (geometryHost As IGeometryHost) As Double

Parameters

geometryHost
IGeometryHost

Returns

Applies to