DiagramClientView.Nudge(SizeD) Method

Definition

Repositions the selected shapes by the specified delta in world units.

public:
 void Nudge(Microsoft::VisualStudio::Modeling::Diagrams::SizeD nudgeDelta);
public void Nudge (Microsoft.VisualStudio.Modeling.Diagrams.SizeD nudgeDelta);
member this.Nudge : Microsoft.VisualStudio.Modeling.Diagrams.SizeD -> unit
Public Sub Nudge (nudgeDelta As SizeD)

Parameters

nudgeDelta
SizeD

The amount in world units by which to reposition the selected shapes.

Applies to