BaseDataList::HorizontalAlign Property
.NET Framework (current version)
Gets or sets the horizontal alignment of a data listing control within its container.
Assembly: System.Web (in System.Web.dll)
public: property HorizontalAlign HorizontalAlign { virtual HorizontalAlign get(); virtual void set(HorizontalAlign value); }
Property Value
Type: System.Web.UI.WebControls::HorizontalAlignOne of the HorizontalAlign values. The default value is NotSet.
Use the HorizontalAlign property to specify the horizontal alignment of a data listing control within its container. This property is set with one of the HorizontalAlign enumeration values. The following table lists the possible values.
Value | Description |
|---|---|
NotSet | The horizontal alignment is not set. |
Left | The data listing control is left-aligned within its container. |
Center | The data listing control is centered within its container. |
Right | The data listing control is right-aligned within its container. |
.NET Framework
Available since 1.1
Available since 1.1
Show: