Rename Managed.Windows.Forms to System.Windows.Forms for consistency.
[mono.git] / mcs / class / System.Windows.Forms / Documentation / en / System.Windows.Forms.VisualStyles / FontProperty.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Type Name="FontProperty" FullName="System.Windows.Forms.VisualStyles.FontProperty">
3   <TypeSignature Language="C#" Value="public enum FontProperty" />
4   <AssemblyInfo>
5     <AssemblyName>System.Windows.Forms</AssemblyName>
6     <AssemblyVersion>2.0.0.0</AssemblyVersion>
7   </AssemblyInfo>
8   <Base>
9     <BaseTypeName>System.Enum</BaseTypeName>
10   </Base>
11   <Docs>
12     <since version=".NET 2.0" />
13     <remarks>
14       <attribution license="cc4" from="Microsoft" modified="false" />
15       <para>The <see cref="T:System.Windows.Forms.VisualStyles.FontProperty" /> enumeration represents a set of font properties that describe visual style elements. The <see cref="T:System.Windows.Forms.VisualStyles.FontProperty" /> values are used as an argument in the <see cref="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.GetFont(System.Drawing.IDeviceContext,System.Windows.Forms.VisualStyles.FontProperty)" /> method to specify which property value to retrieve for the element that the <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleRenderer" /> currently represents.</para>
16     </remarks>
17     <summary>
18       <attribution license="cc4" from="Microsoft" modified="false" />
19       <para>Identifies the font properties of a visual style element.</para>
20     </summary>
21   </Docs>
22   <Members>
23     <Member MemberName="GlyphFont">
24       <MemberSignature Language="C#" Value="GlyphFont" />
25       <MemberType>Field</MemberType>
26       <ReturnValue>
27         <ReturnType>System.Windows.Forms.VisualStyles.FontProperty</ReturnType>
28       </ReturnValue>
29       <Docs>
30         <since version=".NET 2.0" />
31         <summary>
32           <attribution license="cc4" from="Microsoft" modified="false" />
33           <para>The font that a glyph is drawn with.</para>
34         </summary>
35       </Docs>
36       <AssemblyInfo>
37         <AssemblyVersion>2.0.0.0</AssemblyVersion>
38       </AssemblyInfo>
39     </Member>
40   </Members>
41 </Type>