DiagramClientView.GetNudgeVerticalDelta Method
The vertical amount (in world units) by which a nudge operation can move a shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Public Function GetNudgeVerticalDelta ( _
screenVerticalDelta As Double _
) As Double
public double GetNudgeVerticalDelta(
double screenVerticalDelta
)
public:
double GetNudgeVerticalDelta(
double screenVerticalDelta
)
member GetNudgeVerticalDelta :
screenVerticalDelta:float -> float
public function GetNudgeVerticalDelta(
screenVerticalDelta : double
) : double
Parameters
screenVerticalDelta
Type: System.DoubleThe vertical amount in screen inches by which to nudge. The screen inches are unaffected by zoom or DPI.
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.