1.소프트웨어 이야기/00.VCL(C++ Builder, Delphi)

컨트롤 내부 속성중... 정렬관련.

희자매파파 2007. 12. 6. 10:31
THeaderSection::Alignment Property Specifies how text is aligned within the header section.

Class THeaderSection

Syntax

[C++] __property TAlignment Alignment = {read=FAlignment, write=FAlignment};

Description Use Alignment to specify whether the header section text should be left-justified, right-justified, or centered. These are the possible values of Alignment:
ValueMeaning

taLeftJustify

Align text on the left side of the header section.

taCenter

Center text in the header section.

taRightJustify

Align text on the right side of the header section.