Table of Contents
HorizontalAlign Property

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

Syntax
 public HorizontalAlign HorizontalAlign { 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