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

    See Also