This topic has not yet been rated - Rate this topic

vAlign property

Sets or retrieves how text and other content are vertically aligned within the object that contains them.

Syntax

HRESULT value = object.put_vAlign( v);HRESULT value = object.get_vAlign(* p);

Property values

Type: BSTR

middle

Default. Aligns the text in the middle of the object.

baseline

Aligns the base line of the first line of text with the base lines in adjacent objects.

bottom

Aligns the text at the bottom of the object.

top

Aligns the text at the top of the object.

See also

IHTMLStyle::verticalAlign

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.