Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

111 lines
5.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="TableCaptionAlign" FullName="System.Web.UI.WebControls.TableCaptionAlign">
<TypeSignature Language="C#" Value="public enum TableCaptionAlign" />
<AssemblyInfo>
<AssemblyName>System.Web</AssemblyName>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="T:System.Web.UI.WebControls.TableCaptionAlign" /> enumeration represents the horizontal or vertical placement of the HTML caption element in controls that can be rendered as tables, such as <see cref="T:System.Web.UI.WebControls.Table" />, <see cref="T:System.Web.UI.WebControls.GridView" />, <see cref="T:System.Web.UI.WebControls.DetailsView" />, or <see cref="T:System.Web.UI.WebControls.Calendar" />. For example, the <see cref="P:System.Web.UI.WebControls.Table.CaptionAlign" /> property uses these enumeration values to set the caption alignment in a <see cref="T:System.Web.UI.WebControls.Table" /> control. </para>
<para>If you specify <see cref="F:System.Web.UI.WebControls.TableCaptionAlign.NotSet" />, the browser in which the control is rendered determines where to align the caption.</para>
<para>The <see cref="P:System.Web.UI.WebControls.Table.CaptionAlign" /> property specifies the position of the caption element with respect to controls that can be rendered as tables. The <see cref="P:System.Web.UI.WebControls.Table.Caption" /> property specifies the text to display in the caption element. Assistive technology devices can use the description provided by the <see cref="P:System.Web.UI.WebControls.Table.Caption" /> property to make the control more accessible. For example, a screen reader device might read the caption to the user to provide them with a description of the table.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Specifies the horizontal or vertical placement of the text to render as the HTML caption element.</para>
</summary>
</Docs>
<Members>
<Member MemberName="Bottom">
<MemberSignature Language="C#" Value="Bottom" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Web.UI.WebControls.TableCaptionAlign</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The caption element is aligned with the bottom of the table.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Left">
<MemberSignature Language="C#" Value="Left" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Web.UI.WebControls.TableCaptionAlign</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The caption element is aligned with the left side of the table.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="NotSet">
<MemberSignature Language="C#" Value="NotSet" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Web.UI.WebControls.TableCaptionAlign</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The caption alignment is not set. The browser that renders the caption determines where to align the caption.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Right">
<MemberSignature Language="C#" Value="Right" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Web.UI.WebControls.TableCaptionAlign</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The caption element is aligned with the right side of the table.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Top">
<MemberSignature Language="C#" Value="Top" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Web.UI.WebControls.TableCaptionAlign</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The caption element is aligned with the top of the table.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>