Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the distance in world units from the bounding box of the shape to the focus indicator drawn within the shape's bounding box.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Dichiarazione
Protected Overridable Function GetFocusIndicatorInsideMargin ( _
geometryHost As IGeometryHost _
) As Double
protected virtual double GetFocusIndicatorInsideMargin(
IGeometryHost geometryHost
)
protected:
virtual double GetFocusIndicatorInsideMargin(
IGeometryHost^ geometryHost
)
abstract GetFocusIndicatorInsideMargin :
geometryHost:IGeometryHost -> float
override GetFocusIndicatorInsideMargin :
geometryHost:IGeometryHost -> float
protected function GetFocusIndicatorInsideMargin(
geometryHost : IGeometryHost
) : double
Parameters
- geometryHost
Type: Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost
Return Value
Type: System.Double
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.