Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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.Double
The 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.