﻿<?xml version="1.0" encoding="utf-8"?><Type Name="AnchorStyles" FullName="System.Windows.Forms.AnchorStyles"><TypeSignature Language="C#" Value="public enum AnchorStyles" /><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.ComponentModel.Editor("System.Windows.Forms.Design.AnchorEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))</AttributeName></Attribute><Attribute><AttributeName>System.Flags</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When a control is anchored to an edge of its container, the distance between the control and the specified edge remains constant when the container resizes. For example, if a control is anchored to the right edge of its container, the distance between the right edge of the control and the right edge of the container remains constant when the container resizes. A control can be anchored to any combination of control edges. If the control is anchored to opposite edges of its container (for example, to the top and bottom), it resizes when the container resizes. If a control has its <see cref="P:System.Windows.Forms.Control.Anchor" /> property set to <see cref="F:System.Windows.Forms.AnchorStyles.None" />, the control moves half of the distance that the container of the control is resized. For example, if a <see cref="T:System.Windows.Forms.Button" /> has its <see cref="P:System.Windows.Forms.Control.Anchor" /> property set to <see cref="F:System.Windows.Forms.AnchorStyles.None" /> and the <see cref="T:System.Windows.Forms.Form" /> that the control is located on is resized by 20 pixels in either direction, the button will be moved 10 pixels in both directions.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies how a control anchors to the edges of its container.</para></summary></Docs><Members><Member MemberName="Bottom"><MemberSignature Language="C#" Value="Bottom" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Windows.Forms.AnchorStyles</ReturnType></ReturnValue><Docs><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The control is anchored to the bottom edge of its container.</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.AnchorStyles</ReturnType></ReturnValue><Docs><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The control is anchored to the left edge of its container.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="None"><MemberSignature Language="C#" Value="None" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Windows.Forms.AnchorStyles</ReturnType></ReturnValue><Docs><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The control is not anchored to any edges of its container.</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.AnchorStyles</ReturnType></ReturnValue><Docs><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The control is anchored to the right edge of its container.</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.Windows.Forms.AnchorStyles</ReturnType></ReturnValue><Docs><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The control is anchored to the top edge of its container.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>