ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / FontPitch Enumeration

In This Topic
    FontPitch Enumeration
    In This Topic
    Represents the pitch of font.
    Syntax
    'Declaration
     
    
    Public Enum FontPitch 
       Inherits System.Enum
    public enum FontPitch : System.Enum 
    Members
    MemberDescription
    DefaultIndicates the default pitch.
    FixedIndicates the fixed pitch.
    VariableIndicates the variable pitch.
    Remarks
    The two low-order bits specify the pitch of the font and can be one of the following values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.Drawing.Gdi.FontPitch

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also