menu

Blazor

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

    Show / Hide Table of Contents

    Class MdTextRange

    Represents a text with formatting in Markdown

    Inheritance
    System.Object
    MdTextRange
    Implements
    IMdInline
    Namespace: Syncfusion.Office.Markdown
    Assembly: Syncfusion.Markdown.dll
    Syntax
    public class MdTextRange : Object, IMdInline

    Constructors

    MdTextRange()

    Declaration
    public MdTextRange()

    Properties

    IsLineBreak

    Gets or sets a value indicating LineBreak.

    Declaration
    public bool IsLineBreak { get; set; }
    Property Value
    Type
    System.Boolean

    Text

    Gets or sets a text in a line.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String

    TextFormat

    Gets or sets the MdTextFormat

    Declaration
    public MdTextFormat TextFormat { get; }
    Property Value
    Type
    MdTextFormat

    Methods

    Close()

    Declaration
    public void Close()

    Implements

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