Click or drag to resize

EditableListCellOptionsVerticalAlign Property

Gets or sets the vertical alignment of the contents in its container.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[BindableAttribute(true)]
[DefaultValueAttribute(0)]
[JsonConverterAttribute(typeof(EditableListStringEnumConverter))]
public virtual VerticalAlign VerticalAlign { get; set; }

Property Value

Type: VerticalAlign
One of the System.Web.UI.WebControls.VerticalAlign enumeration values. The default is VerticalAlign.NotSet.

Return Value

Type: VerticalAlign
Remarks
Use the VerticalAlign property to specify the vertical alignment of the contents in its container.
See Also