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.