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

100 lines
4.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="ArrangeDirection" FullName="System.Windows.Forms.ArrangeDirection">
<TypeSignature Language="C#" Value="public enum ArrangeDirection" />
<AssemblyInfo>
<AssemblyName>System.Windows.Forms</AssemblyName>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Flags</AttributeName>
</Attribute>
</Attributes>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>This enumeration is used by the <see cref="P:System.Windows.Forms.SystemInformation.ArrangeDirection" /> property of the <see cref="T:System.Windows.Forms.SystemInformation" /> class.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Specifies the direction in which the system arranges minimized windows.</para>
</summary>
</Docs>
<Members>
<Member MemberName="Down">
<MemberSignature Language="C#" Value="Down" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.ArrangeDirection</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Arranged vertically, from top to bottom. Valid with the <see cref="F:System.Windows.Forms.ArrangeStartingPosition.TopLeft" /> and <see cref="F:System.Windows.Forms.ArrangeStartingPosition.TopRight" /> <see cref="T:System.Windows.Forms.ArrangeStartingPosition" /> enumeration values.</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.Windows.Forms.ArrangeDirection</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Arranged horizontally, from left to right. Valid with the <see cref="F:System.Windows.Forms.ArrangeStartingPosition.BottomRight" /> and <see cref="F:System.Windows.Forms.ArrangeStartingPosition.TopRight" /> <see cref="T:System.Windows.Forms.ArrangeStartingPosition" /> enumeration values.</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.Windows.Forms.ArrangeDirection</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Arranged horizontally, from right to left. Valid with the <see cref="F:System.Windows.Forms.ArrangeStartingPosition.BottomLeft" /> and <see cref="F:System.Windows.Forms.ArrangeStartingPosition.TopLeft" /> <see cref="T:System.Windows.Forms.ArrangeStartingPosition" /> enumeration values.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Up">
<MemberSignature Language="C#" Value="Up" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.ArrangeDirection</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Arranged vertically, from bottom to top. Valid with the <see cref="F:System.Windows.Forms.ArrangeStartingPosition.BottomLeft" /> and <see cref="F:System.Windows.Forms.ArrangeStartingPosition.BottomRight" /> <see cref="T:System.Windows.Forms.ArrangeStartingPosition" /> enumeration values.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>