DisableLineHeightGrid Property
In This Topic
Gets or sets whether the current paragraph should use the document grid lines per page settings defined in the document when laying out the contents in the paragraph.
This setting determines whether the additional line pitch specified in the document grid shall be added to each line in this paragraph as specified by the document grid.
Syntax
'Declaration
Public Property DisableLineHeightGrid As System.Boolean
public System.bool DisableLineHeightGrid {get; set;}
See Also