In This Article

IDragResizableControl Interface

Provides the base requirements for a control that supports resizing via drag operations.

public interface IDragResizableControl

Properties

ResizeMode

Gets a ControlResizeMode indicating the control's resize mode.

ControlResizeMode ResizeMode { get; }

Property Value

ControlResizeMode:

A ControlResizeMode indicating the control's resize mode.

Methods

ApplyDragResizeDelta(Double, Double)

Applies a horizontal/vertical delta from a drag-resize operation.

void ApplyDragResizeDelta(double horizontalDelta, double verticalDelta)
Parameter Type Description
horizontalDelta System.Double

The horizontal delta.

verticalDelta System.Double

The vertical delta.