linux-packaging-mono/mcs/class/System.Windows.Forms/Documentation/en/ns-System.Windows.Forms.Layout.xml
Xamarin Public Jenkins c042cd0c52 Imported Upstream version 4.2.0.179
Former-commit-id: 4610231f55806d2a05ed69e5ff3faa7336cc1479
2015-11-10 15:03:43 +00:00

21 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Windows.Forms.Layout">
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="N:System.Windows.Forms.Layout" /> namespace contains classes for implementing layout behaviors in your form or control.</para>
</summary>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The following list shows the classes included in this namespace:</para>
<list type="bullet">
<item>
<para>The <see cref="T:System.Windows.Forms.Layout.LayoutEngine" /> abstract base class is used by the <see cref="T:System.Windows.Forms.TableLayoutPanel" /> and <see cref="T:System.Windows.Forms.FlowLayoutPanel" /> controls for building custom layout engines.</para>
</item>
<item>
<para>The <see cref="T:System.Windows.Forms.Layout.ArrangedElementCollection" /> class collects objects that participate in a layout managed by a <see cref="T:System.Windows.Forms.Layout.LayoutEngine" />. </para>
</item>
</list>
</remarks>
</Docs>
</Namespace>