Spread Windows Forms 12.0 Product Documentation
Using Touch Support with Shapes
Spread Windows Forms 12.0 Product Documentation > Developer's Guide > Using Touch Support with the Component > Using Touch Support > Using Touch Support with Shapes

You can use touch gestures with shapes.

Use the following touch gestures with shapes:

Touch Gesture Mouse Action Action
Tap Click Selects a cell note, shape, or chart.
Double-tap Double-Click Edits a cell note, shape, or chart if editing is supported.
Press edge then slide Press left button on edge then move Resizes a cell note, shape, or chart if CanSize is set to true.
Press shape then slide Press left button on shape then move Moves a cell note, shape, or chart if CanMove is set to true.
Press rotated handle and slide Press left button on rotated handle and move Rotates a shape or chart if CanRotate is set to true.
See Also