Vcl.Forms.TTitleBar.CaptionAlignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CaptionAlignment: TAlignment read FCaptionAlignment write SetAlignment default taLeftJustify;

C++

__property System::Classes::TAlignment CaptionAlignment = {read=FCaptionAlignment, write=SetAlignment, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TTitleBar

Description

It sets the caption alignment.

See Also