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

140 lines
5.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="RepeatDirection" FullName="System.Web.UI.WebControls.RepeatDirection">
<TypeSignature Language="C#" Maintainer="auto" Value="public enum RepeatDirection" />
<AssemblyInfo>
<AssemblyName>System.Web</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="T:System.Web.UI.WebControls.RepeatDirection" /> enumeration represents the different directions in which the items of a list control can be displayed.</para>
<block subset="none" type="note">
<para>The number of columns displayed is always determined by the RepeatColumns property of the list control.</para>
</block>
<para>
<see cref="F:System.Web.UI.WebControls.RepeatDirection.Horizontal" /> specifies that the items of a list control are displayed in rows loaded from left to right, then top to bottom, until all items are rendered. For example, if the RepeatColumns property of the list control is set to three, the items of the list control are displayed in three columns.</para>
<list type="table">
<item>
<term>
<para>1 </para>
</term>
<description>
<para>2 </para>
</description>
<description>
<para>3 </para>
</description>
</item>
<item>
<term>
<para>4 </para>
</term>
<description>
<para>5 </para>
</description>
<description>
<para>6 </para>
</description>
</item>
<item>
<term>
<para>7 </para>
</term>
<description>
<para>8 </para>
</description>
<description />
</item>
</list>
<para>
<see cref="F:System.Web.UI.WebControls.RepeatDirection.Vertical" /> specifies that the items of a list control are displayed in columns loaded from top to bottom, then left to right, until all items are rendered. For example, if the RepeatColumns property of the list control is set to three, the items of the list control are displayed in rows of three items.</para>
<list type="table">
<item>
<term>
<para>1 </para>
</term>
<description>
<para>4 </para>
</description>
<description>
<para>7 </para>
</description>
</item>
<item>
<term>
<para>2 </para>
</term>
<description>
<para>5 </para>
</description>
<description>
<para>8 </para>
</description>
</item>
<item>
<term>
<para>3 </para>
</term>
<description>
<para>6 </para>
</description>
<description />
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Specifies the direction in which items of a list control are displayed.</para>
</summary>
</Docs>
<Members>
<Member MemberName="Horizontal">
<MemberSignature Language="C#" Value="Horizontal" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Web.UI.WebControls.RepeatDirection</ReturnType>
</ReturnValue>
<Parameters>
</Parameters>
<Docs>
<remarks>To be added</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Items of a list are displayed horizontally in rows from left to right, then top to bottom, until all items are rendered.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Vertical">
<MemberSignature Language="C#" Value="Vertical" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Web.UI.WebControls.RepeatDirection</ReturnType>
</ReturnValue>
<Parameters>
</Parameters>
<Docs>
<remarks>To be added</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Items of a list are displayed vertically in columns from top to bottom, and then left to right, until all items are rendered.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>