Gets or sets the alignment of the header text within the page header rectangle.
SyntaxVB6
Copy Code
|
|---|
Public Property Get HeaderTextStyle() As ETextStyle |
C++
Copy Code
|
|---|
public: |
A member of the ETextStyle enumeration. The default is ETextStyle(DT_CENTER | DT_VCENTER | DT_SINGLELINE | DT_NOPREFIX).
See Also