menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ILexem - API Reference

    Show / Hide Table of Contents

    Interface ILexem

    Provides the functionality for the abstraction which link language and formatting.

    Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface ILexem

    Properties

    Collapser

    Gets the collapsable region, this lexem belongs to.

    Declaration
    CollapsableRegion Collapser { get; }
    Property Value
    Type Description
    CollapsableRegion

    Column

    Gets the column of lexem in line.

    Declaration
    int Column { get; }
    Property Value
    Type Description
    System.Int32

    Config

    Gets or sets the current configuration of the lexem.

    Declaration
    IConfigLexem Config { get; set; }
    Property Value
    Type Description
    IConfigLexem

    Length

    Gets the length of text.

    Declaration
    int Length { get; }
    Property Value
    Type Description
    System.Int32

    Text

    Gets the text of the lexem.

    Declaration
    string Text { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved