Ryujinx-GtkSharp/doc/en/Gdk/CapStyle.xml
Mike Kestner 9577c1e81d 2004-06-29 Mike Kestner <mkestner@ximian.com>
* en/*/*.xml : remove To be added from enum <remarks> since they aren't
	rendered.  Monodoc needs to be enhanced to render if they are there,
	but we should normally put enum member docs in the summary, not remarks.

svn path=/trunk/gtk-sharp/; revision=30537
2004-06-29 16:25:31 +00:00

98 lines
3.2 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>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>Determines how the end of lines are drawn.</summary>
<remarks>None.</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="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>
<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>