WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IRenderedLexem - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IRenderedLexem

    Provides the functionality for rendering the lexem. If column is -1 then lexem is unrendered.

    Inherited Members
    ILexem.Text
    ILexem.Config
    ILexem.Collapser
    ILexem.Length
    ILexem.Column
    Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface IRenderedLexem : ILexem

    Properties

    SubLine

    Gets or sets the sub lines in the lexems. If word-wrapping is enabled, then it is zero-based index of the sub line, where lexem is drawn.

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

    Width

    Gets or sets the width of the lexem.

    Declaration
    float Width { get; set; }
    Property Value
    Type Description
    System.Single

    XOffset

    Gets the X offset of the lexem relative to the lexem's sub line.

    Declaration
    float XOffset { get; set; }
    Property Value
    Type Description
    System.Single

    YOffset

    Gets the Y offset of the lexem.

    Declaration
    float YOffset { get; set; }
    Property Value
    Type Description
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved