Vcl.WinXCtrls.TRelativePanelControlItem.AlignHorizontalCenterWithPanel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AlignHorizontalCenterWithPanel: Boolean read FAlignHorizontalCenterWithPanel write SetAlignHorizontalCenterWithPanel;

C++

__property bool AlignHorizontalCenterWithPanel = {read=FAlignHorizontalCenterWithPanel, write=SetAlignHorizontalCenterWithPanel, nodefault};

Properties

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

Description

The associated Control center-aligns horizontally with the relative panel.

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

See Also