menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LineSpacingType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LineSpacingType

    Specifies the line spacing type for paragraph format.

    Inheritance
    System.Object
    LineSpacingType
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public sealed class LineSpacingType : Enum

    Fields

    AtLeast

    The line spacing can be greater than or equal to, but never less than.

    Declaration
    public const LineSpacingType AtLeast
    Field Value
    Type
    LineSpacingType

    Exactly

    The line spacing never changes from the specified LineSpacing value, even if a larger font is used within the paragraph.

    Declaration
    public const LineSpacingType Exactly
    Field Value
    Type
    LineSpacingType

    Multiple

    A LineSpacing property value must be specified, in points.

    Declaration
    public const LineSpacingType Multiple
    Field Value
    Type
    LineSpacingType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved