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

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

Syntax

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

Field Value

The default value is VerticalAlign.Top.

See Also