Property Height
- Namespace
- PaintDotNet.DirectWrite
- Assembly
- PaintDotNet.Windows.dll
Height
Spacing between lines. The interpretation of this parameter depends upon the line spacing method, as follows:
- Default line spacing: ignored
- Uniform line spacing: explicit distance in DIPs between lines
- Proportional line spacing: a scaling factor to be applied to the computed line height; for each line, the height of the line is computed as for default line spacing, and the scaling factor is applied to that value.
public float Height { readonly get; set; }