public final class DragPointStyle extends Enum
Title: DragPointStyle class
Description: Describes the possible values of the DragPoint.Style method.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
DragPoint.getStyle(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static DragPointStyle |
BOTH
Allows user to drag points both horizontally and vertically.
|
static DragPointStyle |
X
Allows user to drag points horizontally only.
|
static DragPointStyle |
Y
Allows user to drag points vertically only.
|
getValue, readResolvepublic static final DragPointStyle X
public static final DragPointStyle Y
public static final DragPointStyle BOTH