Enum DragAxis
Enum of permissible drag axis.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum DragAxis
Fields
| Name | Description |
|---|---|
| None | No drag axis specified. |
| X | X - co-ordinate point. |
| XY | XY - co-ordinate point. |
| Y | Y - co-ordinate point. |