TcxPosition Enum
Declaration
TcxPosition = (
posNone,
posLeft,
posRight,
posTop,
posBottom
);
Members
Name |
---|
posNone
|
posLeft
|
posRight
|
posTop
|
posBottom
|
See Also