| 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; }
<BindableAttribute(true)>
<DefaultValueAttribute(0)>
<JsonConverterAttribute(GetType(EditableListStringEnumConverter))>
Public Overridable Property VerticalAlign As 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:
VerticalAlignRemarks Use the VerticalAlign property to specify the vertical alignment of the contents in its container.
See Also