In This Article

IZoomContentControlMouseDragBehavior Interface

Specifies an interface used by the ZoomContentControl to perform custom mouse drag behaviors.

public interface IZoomContentControlMouseDragBehavior

Methods

Cancel()

Cancels the mouse drag behavior.

void Cancel()

Commit(Point)

Commits the mouse drag behavior using the specified point.

void Commit(Point point)
Parameter Type Description
point Point

The final point.

Update(Point)

Updates the mouse drag behavior using the specified point.

void Update(Point point)
Parameter Type Description
point Point

The point.