TcxLabelOrientation Enum
Declaration
TcxLabelOrientation = (
cxoLeft,
cxoRight,
cxoTop,
cxoBottom,
cxoLeftTop,
cxoLeftBottom,
cxoRightTop,
cxoRightBottom
);
Members
Name |
---|
cxoLeft
|
cxoRight
|
cxoTop
|
cxoBottom
|
cxoLeftTop
|
cxoLeftBottom
|
cxoRightTop
|
cxoRightBottom
|
See Also