Table of Contents
VerticalAlign Property

Specifies how UI elements specified in ContentTemplate or ContentHtml are aligned vertically.

Syntax
 public VerticalAlign VerticalAlign { get; set; }
Remarks

This property only applies when ContentTemplate or ContentHtml is specified. If using ContentUrl to specify the UI of the content area, this property is ignored.

See Also