mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 21:05:32 +00:00
9f018d8c94
and a little Rsvg and Vte svn path=/trunk/gtk-sharp/; revision=31098
90 lines
2.9 KiB
XML
90 lines
2.9 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>0.0.0.0</AssemblyVersion>
|
|
<AssemblyCulture>neutral</AssemblyCulture>
|
|
<Attributes />
|
|
</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>
|
|
<Interfaces>
|
|
<Interface>
|
|
<InterfaceName>System.IComparable</InterfaceName>
|
|
</Interface>
|
|
<Interface>
|
|
<InterfaceName>System.IConvertible</InterfaceName>
|
|
</Interface>
|
|
<Interface>
|
|
<InterfaceName>System.IFormattable</InterfaceName>
|
|
</Interface>
|
|
</Interfaces>
|
|
<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>
|
|
<Member MemberName="value__">
|
|
<MemberSignature Language="C#" Value="value__" />
|
|
<MemberType>Field</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Int32</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters>
|
|
</Parameters>
|
|
<Docs>
|
|
<summary>Internal field.</summary>
|
|
<remarks>Do not use.</remarks>
|
|
</Docs>
|
|
</Member>
|
|
</Members>
|
|
</Type> |