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!

HtmlTableCell.VAlign

Gets or sets the vertical alignment for text within an HtmlTableCell control.

[Visual Basic]
Public Property VAlign As String
[C#]
public string VAlign {get; set;}
[C++]
public: __property String* get_VAlign();
public: __property void set_VAlign(String*);
[JScript]
public function get VAlign() : String;
public function set VAlign(String);

Property Value

The vertical alignment for text within an HtmlTableCell control. Valid values are: top, middle, bottom, and baseline.

See Also

HtmlTableCell Class | HtmlTableCell Members | System.Web.UI.HtmlControls Namespace