GtkSharp/doc/en/Gdk/CapStyle.xml
Mike Kestner 1fbcce1452 2006-08-04 Mike Kestner <mkestner@novell.com>
* gdk/Screen.custom : manually implement FontOptions property so
	we can use reflection to access the internal Mono.Cairo ctor.
	* gdk/Gdk.metadata : list marshaling, method-to-property renames,
	and some hides form manual implementation.  Hide 
	gdk_atom_intern_static_string wrapper since it is pointless outside
	the context of C code.

svn path=/trunk/gtk-sharp/; revision=63366
2006-08-04 17:55:35 +00:00

77 lines
2.6 KiB
XML

<Type Name="CapStyle" FullName="Gdk.CapStyle">
<TypeSignature Language="C#" Maintainer="auto" Value="public enum CapStyle" />
<AssemblyInfo>
<AssemblyName>gdk-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>2.10.0.0</AssemblyVersion>
</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>Determines how the end of lines are drawn.</summary>
<remarks>None.</remarks>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.CapStyleGType))</AttributeName>
</Attribute>
</Attributes>
<Members>
<Member MemberName="NotLast">
<MemberSignature Language="C#" Value="NotLast" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gdk.CapStyle</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>The same as Butt for lines of non-zero width. For zero width lines, the final point on the line will not be drawn.</summary>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="Butt">
<MemberSignature Language="C#" Value="Butt" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gdk.CapStyle</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>The ends of the lines are drawn squared off and extending to the coordinates of the end point.</summary>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="Round">
<MemberSignature Language="C#" Value="Round" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gdk.CapStyle</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>The ends of the lines are drawn as semicircles with the diameter equal to the line width and centered at the end point.</summary>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="Projecting">
<MemberSignature Language="C#" Value="Projecting" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gdk.CapStyle</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>The ends of the lines are drawn squared off and extending half the width of the line beyond the end point.</summary>
<remarks>
</remarks>
</Docs>
</Member>
</Members>
</Type>