|
RAD Studio VCL Reference
|
Defines the values used to determine caption orientation.
TDockCaptionOrientation = ( dcoHorizontal, dcoVertical );
enum TDockCaptionOrientation { dcoHorizontal, dcoVertical };
The following values allow you to set caption orientation:
|
Value |
Description |
|
dcoHorizontal |
Positions the caption horizontally. |
|
dcoVertical |
Positions the caption vertically. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|