Vcl.WinXCtrls.TRelativePanelControlItem.AlignLeftWithPanel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AlignLeftWithPanel: Boolean read FAlignLeftWithPanel write SetAlignLeftWithPanel;

C++

__property bool AlignLeftWithPanel = {read=FAlignLeftWithPanel, write=SetAlignLeftWithPanel, nodefault};

Properties

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

Description

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

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

See Also