menu

UWP

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

    Show / Hide Table of Contents

    Class LineSpacingType

    Specifies the line spacing type for the ParagraphFormat.

    Inheritance
    System.Object
    LineSpacingType
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public sealed class LineSpacingType : Enum

    Fields

    AtLeast

    The line spacing can be greater than or equal to, but never less than, the value specified in the LineSpacing property.

    Declaration
    public const LineSpacingType AtLeast
    Field Value
    Type
    LineSpacingType

    Exactly

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

    Declaration
    public const LineSpacingType Exactly
    Field Value
    Type
    LineSpacingType

    Multiple

    The line spacing is specified in the LineSpacing property as the number of lines.

    Declaration
    public const LineSpacingType Multiple
    Field Value
    Type
    LineSpacingType
    Remarks

    Single line spacing equals 16 pixels.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

    ParagraphFormat
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved