Gets or sets the horizontal alignment of the elements within its container.

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

Syntax

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

Field Value

The default value is HorizontalAlign.Left.

See Also