76 lines
3.6 KiB
XML
76 lines
3.6 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Type Name="ContentDirection" FullName="System.Web.UI.WebControls.ContentDirection">
|
||
|
<TypeSignature Language="C#" Value="public enum ContentDirection" />
|
||
|
<AssemblyInfo>
|
||
|
<AssemblyName>System.Web</AssemblyName>
|
||
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
|
</AssemblyInfo>
|
||
|
<Base>
|
||
|
<BaseTypeName>System.Enum</BaseTypeName>
|
||
|
</Base>
|
||
|
<Docs>
|
||
|
<since version=".NET 2.0" />
|
||
|
<remarks>
|
||
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
|
<para>The <see cref="T:System.Web.UI.WebControls.ContentDirection" /> enumeration represents the direction in which to display controls that include text in a container control. Controls, such as the <see cref="T:System.Web.UI.WebControls.Panel" /> and <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls, have properties that use the <see cref="T:System.Web.UI.WebControls.ContentDirection" /> enumeration values to specify the direction in which to display child controls that include text.</para>
|
||
|
<para>If you specify the <see cref="F:System.Web.UI.WebControls.ContentDirection.LeftToRight" /> value, child controls that include text display text from left to right and justify the text on the left side of the container control. If you specify the <see cref="F:System.Web.UI.WebControls.ContentDirection.RightToLeft" /> value, child controls that include text display text from right to left and justify the text on the right side of the container control. Use the <see cref="F:System.Web.UI.WebControls.ContentDirection.RightToLeft" /> value to display text for languages that are written from right to left, such as Arabic and Hebrew.</para>
|
||
|
</remarks>
|
||
|
<summary>
|
||
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
|
<para>Represents the direction in which to display controls that include text in a container control.</para>
|
||
|
</summary>
|
||
|
</Docs>
|
||
|
<Members>
|
||
|
<Member MemberName="LeftToRight">
|
||
|
<MemberSignature Language="C#" Value="LeftToRight" />
|
||
|
<MemberType>Field</MemberType>
|
||
|
<ReturnValue>
|
||
|
<ReturnType>System.Web.UI.WebControls.ContentDirection</ReturnType>
|
||
|
</ReturnValue>
|
||
|
<Docs>
|
||
|
<since version=".NET 2.0" />
|
||
|
<summary>
|
||
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
|
<para>Left to right.</para>
|
||
|
</summary>
|
||
|
</Docs>
|
||
|
<AssemblyInfo>
|
||
|
<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.ContentDirection</ReturnType>
|
||
|
</ReturnValue>
|
||
|
<Docs>
|
||
|
<since version=".NET 2.0" />
|
||
|
<summary>
|
||
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
|
<para>Not set.</para>
|
||
|
</summary>
|
||
|
</Docs>
|
||
|
<AssemblyInfo>
|
||
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
|
</AssemblyInfo>
|
||
|
</Member>
|
||
|
<Member MemberName="RightToLeft">
|
||
|
<MemberSignature Language="C#" Value="RightToLeft" />
|
||
|
<MemberType>Field</MemberType>
|
||
|
<ReturnValue>
|
||
|
<ReturnType>System.Web.UI.WebControls.ContentDirection</ReturnType>
|
||
|
</ReturnValue>
|
||
|
<Docs>
|
||
|
<since version=".NET 2.0" />
|
||
|
<summary>
|
||
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
|
<para>Right to left.</para>
|
||
|
</summary>
|
||
|
</Docs>
|
||
|
<AssemblyInfo>
|
||
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
|
</AssemblyInfo>
|
||
|
</Member>
|
||
|
</Members>
|
||
|
</Type>
|