mirror of
				https://github.com/Ryujinx/GtkSharp.git
				synced 2025-10-30 04:27:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			72 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			XML
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			72 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			XML
		
	
	
		
			Executable file
		
	
	
	
	
| <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>
 |