java.lang.Object
com.aspose.diagram.ConnectionPointPlace
public class ConnectionPointPlace
| Field Summary | ||
|---|---|---|
static final int | TOP | |
| Top of the shape. | ||
static final int | BOTTOM | |
| Bottom of the shape. | ||
static final int | LEFT | |
| Left of the shape. | ||
static final int | RIGHT | |
| Right of the shape. | ||
static final int | CENTER | |
| Center of the shape. | ||
| Field Detail |
|---|
TOP | |
public static final int TOP | |
BOTTOM | |
public static final int BOTTOM | |
LEFT | |
public static final int LEFT | |
RIGHT | |
public static final int RIGHT | |
CENTER | |
public static final int CENTER | |