DiagramClientView.GetNudgeVerticalDelta(Double) 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.
The vertical amount (in world units) by which a nudge operation can move a shape.
public:
double GetNudgeVerticalDelta(double screenVerticalDelta);
public double GetNudgeVerticalDelta (double screenVerticalDelta);
member this.GetNudgeVerticalDelta : double -> double
Public Function GetNudgeVerticalDelta (screenVerticalDelta As Double) As Double
Parameters
- screenVerticalDelta
- Double
The vertical amount in screen inches by which to nudge.
The screen inches are unaffected by zoom or DPI.