Ryujinx-GtkSharp/doc/en/Pango/TabAlign.xml

66 lines
2.0 KiB
XML
Raw Normal View History

<Type Name="TabAlign" FullName="Pango.TabAlign">
<TypeSignature Language="C#" Maintainer="duncan" Value="public enum TabAlign;" />
<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>
This enumeration specifies where a tab stop appears relative to
the text
</summary>
<remarks>
<para>
Right now, there is only one value in this enumeration. In
the future, Right, Center and Numeric may be supported.
</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.TabAlign</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>The tab stop appears to the left of the text</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>