This topic has not yet been rated - Rate this topic

align property

Sets or retrieves the alignment of the caption or legend.

This property is not supported for Windows Store apps built for Windows using JavaScript.

Syntax

HRESULT value = object.put_align( v);HRESULT value = object.get_align(* p);

Property values

Type: BSTR

bottom

Aligns bottom-center.

center

Aligns center.

left

Aligns left.

right

Aligns right.

top

Aligns top-center.

Standards information

Remarks

The legend tag is used only within a fieldSet tag. The contents of the legend tag are displayed by overwriting the information in the top border of the fieldSet.

The caption tag is used only within a table tag. Its contents are displayed centered above the table and do not interact with the table border.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.