CGXStyle::SetVerticalAlignment
CGXStyle& SetVerticalAlignment(DWORD dwAlign);
dwAlign
-
Specifies the vertical alignment:
- DT_TOP for top alignment
- DT_VCENTER for centering
DT_BOTTOM for bottom alignment.
Return Value
Returns the this pointer.
Remarks
Initializes the vertical alignment setting.