Vcl.CaptionedDockTree.TDockCaptionDrawer.DockCaptionOrientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DockCaptionOrientation: TDockCaptionOrientation read FDockCaptionOrientation;

C++

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

Properties

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

Description

Determines caption orientation.

DockCaptionOrientation is used to determine caption orientation.

DockCaptionOrientation can have one of the following values:

Value Description

dcoHorizontal

Positions the caption horizontally.

dcoVertical

Positions the caption vertically.

See Also