Vcl.ExtCtrls.TCustomCategoryPanelGroup.ChevronAlignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChevronAlignment: TAlignment read FChevronAlignment write SetChevronAlignment default taLeftJustify;

C++

__property System::Classes::TAlignment ChevronAlignment = {read=FChevronAlignment, write=SetChevronAlignment, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanelGroup

Description

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.