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 | double | The horizontal delta. |
verticalDelta | double | The vertical delta. |