Panel::HorizontalAlign Property
.NET Framework (current version)
Gets or sets the horizontal alignment of the contents within the panel.
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 is NotSet.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The horizontal alignment is not one of the HorizontalAlign values. |
The following example illustrates how to right-align or left-align the controls within the Panel.
Note |
|---|
The following code sample uses the single-file code model and may not work correctly if copied directly into a code-behind file. This code sample must be copied into an empty text file that has an .aspx extension. For more information on the Web Forms code model, see ASP.NET Web Forms Page Code Model. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
