Vcl.WinXCtrls.TRelativePanelControlItem.AlignRightWithPanel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AlignRightWithPanel: Boolean read FAlignRightWithPanel write SetAlignRightWithPanel;

C++

__property bool AlignRightWithPanel = {read=FAlignRightWithPanel, write=SetAlignRightWithPanel, nodefault};

Properties

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

Description

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

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

See Also