menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IBlock - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IBlock

    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public interface IBlock

    Properties

    ContainsEndText

    Gets or sets a value indicating whether [contains end text].

    Declaration
    bool ContainsEndText { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the Lexem contains the end text; otherwise, false.

    EndText

    Gets or sets the end text.

    Declaration
    string EndText { get; set; }
    Property Value
    Type Description
    System.String

    The end text.

    IsMultiline

    Gets or sets a value indicating whether this instance is multiline.

    Declaration
    bool IsMultiline { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is multiline; otherwise, false.

    LexemType

    Gets or sets the type of the lexem.

    Declaration
    EditTokenType LexemType { get; set; }
    Property Value
    Type Description
    EditTokenType

    The type of the lexem.

    StartText

    Gets or sets the start text.

    Declaration
    string StartText { get; set; }
    Property Value
    Type Description
    System.String

    The start text.

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