Skip to main content
All docs
V25.2
  • NormalTextAutoSize.LineSpacingReduction Property

    Returns a scaling factor applied to the line spacing. That scaling factor reduces the space between lines to help text fit within a shape or bounding box during auto-sizing.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public float LineSpacingReduction { get; }

    Property Value

    Type Description
    Single

    The scaling factor applied to the line spacing.

    See Also