Font.Pitch Property

Font Pitch.Represents the element tag in schema: w:pitch

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Pitch As Pitch
    Get
    Set
'Usage
Dim instance As Font
Dim value As Pitch

value = instance.Pitch

instance.Pitch = value
public Pitch Pitch { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.Pitch
Returns Pitch.

See Also

Reference

Font Class

Font Members

DocumentFormat.OpenXml.Wordprocessing Namespace