System.Web.UI.WebControls.Table.CaptionAlign Property

Gets or sets the horizontal or vertical position of the HTML caption element in a System.Web.UI.WebControls.Table control. This property is provided to make the control more accessible to users of Assistive Technology devices.

Syntax

[System.ComponentModel.DefaultValue(System.Web.UI.WebControls.TableCaptionAlign.NotSet)]
public virtual TableCaptionAlign CaptionAlign { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the Table.CaptionAlign property to specify the horizontal or vertical position of the HTML caption element in a System.Web.UI.WebControls.Table control. This property is provided to make the control more accessible to users of Assistive Technology devices.

This property is set using one of the System.Web.UI.WebControls.TableCaptionAlign enumeration values. The following table lists the possible values.

NotSet

The caption element's alignment is not set.

Top

The caption element is aligned with the top of the table.

Bottom

The caption element is aligned with the bottom of the table.

Left

The caption element is aligned with the left of the table.

Right

The caption element is aligned with the right of the table.

Additional accessibility support for the System.Web.UI.WebControls.Table control is provided by the Table.Caption property. Use the Table.Caption property to specify the text to render in an HTML caption element in a System.Web.UI.WebControls.Table control.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0