Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ThemeFont Class / Pitch Property

In This Topic
    Pitch Property
    In This Topic

    Gets or sets the font pitch of this font.

    The pitch indicates whether the font is fixed pitch, proportionally spaced, or relies on a default setting.

    Syntax
    'Declaration
     
    Public Property Pitch As FontPitch
    public FontPitch Pitch {get; set;}
    See Also