2003-02-12 01:58:46 +00:00
<Type Name= "Alignment" FullName= "Pango.Alignment" >
2005-05-23 20:41:51 +00:00
<TypeSignature Language= "C#" Maintainer= "duncan" Value= "public enum Alignment" />
2003-02-12 01:58:46 +00:00
<AssemblyInfo >
<AssemblyName > pango-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2005-12-09 23:12:49 +00:00
<AssemblyVersion > 2.8.0.0</AssemblyVersion>
2003-02-12 01:58:46 +00:00
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<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>
2003-02-12 01:58:46 +00:00
<Docs >
2003-07-18 06:41:42 +00:00
<summary >
2003-09-17 21:56:59 +00:00
Describes how to align the lines of a <see cref= "T:Pango.Layout" /> </summary>
2003-07-18 06:41:42 +00:00
<remarks >
<para >
This enumeration describes how to align the lines of a
2004-07-13 17:20:13 +00:00
<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
2003-07-18 06:41:42 +00:00
partial lines.
</para>
</remarks>
2003-02-12 01:58:46 +00:00
</Docs>
<Base >
<BaseTypeName > System.Enum</BaseTypeName>
</Base>
2005-05-23 20:41:51 +00:00
<Attributes >
<Attribute >
<AttributeName > GLib.GType(WrapperType=typeof(Pango.AlignmentGType))</AttributeName>
</Attribute>
</Attributes>
2003-02-12 01:58:46 +00:00
<Members >
<Member MemberName= "Left" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "Left" />
2003-02-12 01:58:46 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Pango.Alignment</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-07-18 06:41:42 +00:00
<summary > Put all available space on the left</summary>
<remarks />
2003-02-12 01:58:46 +00:00
</Docs>
</Member>
<Member MemberName= "Center" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "Center" />
2003-02-12 01:58:46 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Pango.Alignment</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-07-18 06:41:42 +00:00
<summary > Center the line within the available space</summary>
<remarks />
2003-02-12 01:58:46 +00:00
</Docs>
</Member>
<Member MemberName= "Right" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "Right" />
2003-02-12 01:58:46 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Pango.Alignment</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-07-18 06:41:42 +00:00
<summary > Put all available space on the right</summary>
<remarks />
2003-02-12 01:58:46 +00:00
</Docs>
</Member>
</Members>
2005-05-23 20:41:51 +00:00
</Type>