Gets or sets the horizontal alignment of the contents in a cell.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[ThemeableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
public override HorizontalAlign HorizontalAlign { get; set; }
Visual Basic (Declaration)
<ThemeableAttribute(True)> _
<NotifyParentPropertyAttribute(True)> _
Public Overrides Property HorizontalAlign As HorizontalAlign
	Get
	Set

See Also