| EditableListCellOptionsHorizontalAlign Property |
Gets or sets the horizontal alignment of the contents within 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 HorizontalAlign HorizontalAlign { get; set; }
<BindableAttribute(true)>
<DefaultValueAttribute(0)>
<JsonConverterAttribute(GetType(EditableListStringEnumConverter))>
Public Overridable Property HorizontalAlign As HorizontalAlign
Get
Set
Property Value
Type:
HorizontalAlign
One of the System.Web.UI.WebControls.HorizontalAlign enumeration values.
The default is HorizontalAlign.NotSet.
Return Value
Type:
HorizontalAlignRemarks The horizontal alignment of the contents within its container.
See Also