Vcl.CaptionedDockTree.TDockCaptionOrientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDockCaptionOrientation = (dcoHorizontal, dcoVertical);

C++

enum DECLSPEC_DENUM TDockCaptionOrientation : unsigned char { dcoHorizontal, dcoVertical };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.CaptionedDockTree.pas
Vcl.CaptionedDockTree.hpp
Vcl.CaptionedDockTree Vcl.CaptionedDockTree

Description

Defines the values used to determine caption orientation.

The following values allow you to set caption orientation:



Value Description

dcoHorizontal

Positions the caption horizontally.

dcoVertical

Positions the caption vertically.