1<?xml version="1.0" encoding="utf-8"?>
2<Type Name="DesignerAutoFormatStyle" FullName="System.Web.UI.Design.DesignerAutoFormatStyle">
3  <TypeSignature Language="C#" Value="public class DesignerAutoFormatStyle : System.Web.UI.WebControls.Style" />
4  <AssemblyInfo>
5    <AssemblyName>System.Design</AssemblyName>
6    <AssemblyVersion>2.0.0.0</AssemblyVersion>
7  </AssemblyInfo>
8  <Base>
9    <BaseTypeName>System.Web.UI.WebControls.Style</BaseTypeName>
10  </Base>
11  <Interfaces />
12  <Docs>
13    <remarks>
14      <attribution license="cc4" from="Microsoft" modified="false" />
15      <para>The <see cref="T:System.Web.UI.Design.DesignerAutoFormatStyle" /> class encapsulates the properties that control the appearance of a Web server control for automatic formatting at design time. You can specify the background color, font color, and the vertical alignment of a control by setting the <see cref="P:System.Web.UI.WebControls.Style.BackColor" />, <see cref="P:System.Web.UI.WebControls.Style.ForeColor" />, and <see cref="P:System.Web.UI.Design.DesignerAutoFormatStyle.VerticalAlign" /> properties, respectively.</para>
16    </remarks>
17    <summary>
18      <attribution license="cc4" from="Microsoft" modified="false" />
19      <para>Represents the style for a <see cref="T:System.Web.UI.Design.DesignerAutoFormat" /> object. This class is used primarily by control developers.</para>
20    </summary>
21  </Docs>
22  <Members>
23    <Member MemberName=".ctor">
24      <MemberSignature Language="C#" Value="public DesignerAutoFormatStyle ();" />
25      <MemberType>Constructor</MemberType>
26      <AssemblyInfo>
27        <AssemblyVersion>2.0.0.0</AssemblyVersion>
28      </AssemblyInfo>
29      <Parameters />
30      <Docs>
31        <remarks>To be added.</remarks>
32        <summary>
33          <attribution license="cc4" from="Microsoft" modified="false" />
34          <para>Initializes a new instance of the <see cref="T:System.Web.UI.Design.DesignerAutoFormatStyle" /> class using default values.</para>
35        </summary>
36      </Docs>
37    </Member>
38    <Member MemberName="VerticalAlign">
39      <MemberSignature Language="C#" Value="public System.Web.UI.WebControls.VerticalAlign VerticalAlign { set; get; }" />
40      <MemberType>Property</MemberType>
41      <AssemblyInfo>
42        <AssemblyVersion>2.0.0.0</AssemblyVersion>
43      </AssemblyInfo>
44      <ReturnValue>
45        <ReturnType>System.Web.UI.WebControls.VerticalAlign</ReturnType>
46      </ReturnValue>
47      <Docs>
48        <value>To be added.</value>
49        <remarks>
50          <attribution license="cc4" from="Microsoft" modified="false" />
51          <para>Use the <see cref="T:System.Web.UI.WebControls.VerticalAlign" /> property to specify the vertical alignment of the contents for the associated control. If the <see cref="T:System.Web.UI.WebControls.VerticalAlign" /> property does not apply to an associated control, the setting is ignored. For the defined values for the vertical alignment enumeration, see <see cref="T:System.Web.UI.WebControls.VerticalAlign" />.</para>
52        </remarks>
53        <summary>
54          <attribution license="cc4" from="Microsoft" modified="false" />
55          <para>Gets or sets the vertical alignment of the contents for the associated control.</para>
56        </summary>
57      </Docs>
58    </Member>
59  </Members>
60</Type>