85 lines
4.1 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Type Name="TableLayoutStyle" FullName="System.Windows.Forms.TableLayoutStyle">
<TypeSignature Language="C#" Value="public abstract class TableLayoutStyle" />
<AssemblyInfo>
<AssemblyName>System.Windows.Forms</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.TableLayoutSettings+StyleConverter))</AttributeName>
</Attribute>
</Attributes>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="T:System.Windows.Forms.TableLayoutStyle" /> class is a common base class for the <see cref="T:System.Windows.Forms.ColumnStyle" /> and <see cref="T:System.Windows.Forms.RowStyle" /> classes, which describe the appearance and behavior of columns and rows, respectively, in a <see cref="T:System.Windows.Forms.TableLayoutPanel" />.</para>
<para>The series of styles that represent the current columns and rows in the current table layout are aggregated in a <see cref="T:System.Windows.Forms.TableLayoutColumnStyleCollection" /> and <see cref="T:System.Windows.Forms.TableLayoutRowStyleCollection" />, respectively.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Implements the basic functionality that represents the appearance and behavior of a table layout.</para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected TableLayoutStyle ();" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>This is the default constructor for the <see cref="T:System.Windows.Forms.TableLayoutStyle" /> class. It effectively sets the <see cref="T:System.Windows.Forms.SizeType" /> property to <see cref="F:System.Windows.Forms.SizeType.AutoSize" />.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TableLayoutStyle" /> class.</para>
</summary>
</Docs>
</Member>
<Member MemberName="SizeType">
<MemberSignature Language="C#" Value="public System.Windows.Forms.SizeType SizeType { set; get; }" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.ComponentModel.DefaultValue(System.Windows.Forms.SizeType.AutoSize)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Windows.Forms.SizeType</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The table layout engine sizes a row or column in one of the following ways: </para>
<list type="bullet">
<item>
<para>In an absolute number of pixels (<see cref="F:System.Windows.Forms.SizeType.Absolute" />).</para>
</item>
<item>
<para>As a percentage of the parent container (<see cref="F:System.Windows.Forms.SizeType.Percent" />).</para>
</item>
<item>
<para>To share equal space with its peers (<see cref="F:System.Windows.Forms.SizeType.AutoSize" />).</para>
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets a flag indicating how a row or column should be sized relative to its containing table.</para>
</summary>
</Docs>
</Member>
</Members>
</Type>