Vcl.WinXCtrls.TRelativePanelControlItem.AlignTopWithPanel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AlignTopWithPanel: Boolean read FAlignTopWithPanel write SetAlignTopWithPanel;

C++

__property bool AlignTopWithPanel = {read=FAlignTopWithPanel, write=SetAlignTopWithPanel, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TRelativePanelControlItem

Description

The top of the associated Control aligns with the top of the relative panel.

For more information on how to use the relative panel, see Using the Relative Panel.

See Also