Ryujinx-GtkSharp/doc/en/Pango/Alignment.xml
Mike Kestner 0e47e78f96 update docs to 2.8 API and document all new members
svn path=/trunk/gtk-sharp/; revision=54175
2005-12-09 23:12:49 +00:00

69 lines
2.3 KiB
XML

<Type Name="Alignment" FullName="Pango.Alignment">
<TypeSignature Language="C#" Maintainer="duncan" Value="public enum Alignment" />
<AssemblyInfo>
<AssemblyName>pango-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>2.8.0.0</AssemblyVersion>
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>
Describes how to align the lines of a <see cref="T:Pango.Layout" /></summary>
<remarks>
<para>
This enumeration describes how to align the lines of a
<see cref="T:Pango.Layout" /> within the available space. If the <see cref="T:Pango.Layout" /> is set to justify using
<see cref="P:Pango.Layout.Justify" /> property, then this only has an effect for
partial lines.
</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Pango.AlignmentGType))</AttributeName>
</Attribute>
</Attributes>
<Members>
<Member MemberName="Left">
<MemberSignature Language="C#" Value="Left" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Pango.Alignment</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Put all available space on the left</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="Center">
<MemberSignature Language="C#" Value="Center" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Pango.Alignment</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Center the line within the available space</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="Right">
<MemberSignature Language="C#" Value="Right" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Pango.Alignment</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Put all available space on the right</summary>
<remarks />
</Docs>
</Member>
</Members>
</Type>