Vcl.CaptionedDockTree.TDockCaptionOrientation

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TDockCaptionOrientation = (dcoHorizontal, dcoVertical);

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
enum public
Vcl.CaptionedDockTree.pas
Vcl.CaptionedDockTree.hpp
Vcl.CaptionedDockTree Vcl.CaptionedDockTree

Description

Définit les valeurs utilisées pour déterminer l'orientation des libellés.

Les valeurs suivantes vous permettent de définir l'orientation des libellés :



Valeur Description

dcoHorizontal

Place le libellé horizontalement.

dcoVertical

Place le libellé verticalement.