Vcl.ExtCtrls.TCategoryPanelGroup.ChevronAlignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChevronAlignment: TAlignment read FChevronAlignment write SetChevronAlignment default 0;

C++

__property ChevronAlignment = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCategoryPanelGroup

Description

Determines how the chevron is aligned within the header of the category panels in this category panel group.

Vcl.ExtCtrls.TCategoryPanelGroup.ChevronAlignment inherits from Vcl.ExtCtrls.TCustomCategoryPanelGroup.ChevronAlignment. All content below this line refers to Vcl.ExtCtrls.TCustomCategoryPanelGroup.ChevronAlignment.

Determines how the chevron is aligned within the header of the category panels in this category panel group.

Use the ChevronAlignment property to control the position of the chevron of the category panels within the category panel group. These are the possible values:



Value Meaning

taLeftJustify

Align Chevron on the left side of the panel.

taCenter

Center the chevron on the panel.

taRightJustify

Align chevron on the right side of the panel.