Class UIUpdateContext
Class UIUpdateContext.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class UIUpdateContext
Properties
Document
Gets the document.
Declaration
public TextDocument Document { get; }
Property Value
TextDocument
The document. |
Editor
Gets the editor.
Declaration
public RadSyntaxEditor Editor { get; }
Property Value
RadSyntaxEditor
The editor. |
FirstVisibleColumnNumber
Gets the first visible column number.
Declaration
public int FirstVisibleColumnNumber { get; }
Property Value
System.Int32
The first visible column number. |
FirstVisibleLineNumber
Gets the first visible line number.
Declaration
public int FirstVisibleLineNumber { get; }
Property Value
System.Int32
The first visible line number. |
IsValid
Returns true if ... is valid.
Declaration
public bool IsValid { get; }
Property Value
System.Boolean
|
LastVisibleColumnNumber
Gets the last visible column number.
Declaration
public int LastVisibleColumnNumber { get; }
Property Value
System.Int32
The last visible column number. |
LastVisibleLineNumber
Gets the last visible line number.
Declaration
public int LastVisibleLineNumber { get; }
Property Value
System.Int32
The last visible line number. |
Viewport
Gets the viewport.
Declaration
public Rect Viewport { get; }
Property Value
System.Windows.Rect
The viewport. |
VisibleLineNumbers
Collection of numbers of the visible lines.
Declaration
public IEnumerable<int> VisibleLineNumbers { get; }
Property Value
System.Collections.Generic.IEnumerable<System.Int32>
|