Vcl.ActnMan.TTextProperties.Alignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Alignment: TAlignment read FAlignment write SetAlignment default taLeftJustify;

C++

__property System::Classes::TAlignment Alignment = {read=FAlignment, write=SetAlignment, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TTextProperties

Description

Controls the horizontal placement of the text within an action client item on a ribbon group.

Set Alignment to specify how the text of the action client item is justified on a ribbon group.

See Also