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