Vcl.CaptionedDockTree.TDockCaptionDrawer.DockCaptionOrientation

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property DockCaptionOrientation: TDockCaptionOrientation read FDockCaptionOrientation;

C++

__property TDockCaptionOrientation DockCaptionOrientation = {read=FDockCaptionOrientation, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property protected
Vcl.CaptionedDockTree.pas
Vcl.CaptionedDockTree.hpp
Vcl.CaptionedDockTree TDockCaptionDrawer

Description

Détermine l'orientation des libellés.

DockCaptionOrientation est utilisée pour déterminer l'orientation des libellés.

DockCaptionOrientation peut prendre l'une des valeurs suivantes :

Valeur Description

dcoHorizontal

Place le libellé horizontalement.

dcoVertical

Place le libellé verticalement.

Voir aussi