Vcl.WinXCtrls.TRelativePanelControlItem.AlignVerticalCenterWithPanel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AlignVerticalCenterWithPanel: Boolean read FAlignVerticalCenterWithPanel write SetAlignVerticalCenterWithPanel;

C++

__property bool AlignVerticalCenterWithPanel = {read=FAlignVerticalCenterWithPanel, write=SetAlignVerticalCenterWithPanel, nodefault};

Properties

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

Description

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

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

See Also