Interface IRenderedLexem
Provides the functionality for rendering the lexem. If column is -1 then lexem is unrendered.
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 |
---|
System.Int32 |
Width
Gets or sets the width of the lexem.
Declaration
float Width { get; set; }
Property Value
Type |
---|
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 |
---|
System.Single |
YOffset
Gets the Y offset of the lexem.
Declaration
float YOffset { get; set; }
Property Value
Type |
---|
System.Single |