﻿<?xml version="1.0" encoding="utf-8"?><Type Name="PictureBoxSizeMode" FullName="System.Windows.Forms.PictureBoxSizeMode"><TypeSignature Language="C#" Value="public enum PictureBoxSizeMode" /><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><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the members of this enumeration to set the value of the <see cref="P:System.Windows.Forms.PictureBox.SizeMode" /> property of the <see cref="T:System.Windows.Forms.PictureBox" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies how an image is positioned within a <see cref="T:System.Windows.Forms.PictureBox" />.</para></summary></Docs><Members><Member MemberName="AutoSize"><MemberSignature Language="C#" Value="AutoSize" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Windows.Forms.PictureBoxSizeMode</ReturnType></ReturnValue><Docs><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Windows.Forms.PictureBox" /> is sized equal to the size of the image that it contains.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="CenterImage"><MemberSignature Language="C#" Value="CenterImage" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Windows.Forms.PictureBoxSizeMode</ReturnType></ReturnValue><Docs><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The image is displayed in the center if the <see cref="T:System.Windows.Forms.PictureBox" /> is larger than the image. If the image is larger than the <see cref="T:System.Windows.Forms.PictureBox" />, the picture is placed in the center of the <see cref="T:System.Windows.Forms.PictureBox" /> and the outside edges are clipped.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Normal"><MemberSignature Language="C#" Value="Normal" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Windows.Forms.PictureBoxSizeMode</ReturnType></ReturnValue><Docs><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The image is placed in the upper-left corner of the <see cref="T:System.Windows.Forms.PictureBox" />. The image is clipped if it is larger than the <see cref="T:System.Windows.Forms.PictureBox" /> it is contained in.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="StretchImage"><MemberSignature Language="C#" Value="StretchImage" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Windows.Forms.PictureBoxSizeMode</ReturnType></ReturnValue><Docs><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The image within the <see cref="T:System.Windows.Forms.PictureBox" /> is stretched or shrunk to fit the size of the <see cref="T:System.Windows.Forms.PictureBox" />.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Zoom"><MemberSignature Language="C#" Value="Zoom" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Windows.Forms.PictureBoxSizeMode</ReturnType></ReturnValue><Docs><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The size of the image is increased or decreased maintaining the size ratio.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>