NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TableRow.VerticalAlign

VerticalAlign property. The vertical alignment of the content within the cells.

[Visual Basic]
Overridable Public Property VerticalAlign As VerticalAlign
[C#]
public VerticalAlign VerticalAlign {virtual get; virtual set;}
[C++]
public: __property virtual VerticalAlign get_VerticalAlign();
public: __property virtual void set_VerticalAlign(VerticalAlign);
[JScript]
public function get VerticalAlign() : VerticalAlign;
public function set VerticalAlign(VerticalAlign);

See Also

TableRow Class | TableRow Members | System.Web.UI.WebControls Namespace