1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
<Type Name="Alignment" FullName="Pango.Alignment">
<TypeSignature Language="C#" Maintainer="duncan" Value="public enum Alignment" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed Alignment extends System.Enum" />
<AssemblyInfo>
<AssemblyName>pango-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
</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>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(typeof(Pango.AlignmentGType))</AttributeName>
</Attribute>
</Attributes>
<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>
<Members>
<Member MemberName="Center">
<MemberSignature Language="C#" Value="Center" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Pango.Alignment Center = int32(1)" />
<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="Left">
<MemberSignature Language="C#" Value="Left" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Pango.Alignment Left = int32(0)" />
<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="Right">
<MemberSignature Language="C#" Value="Right" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Pango.Alignment Right = int32(2)" />
<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>
|