ClassUIUpdateContext
Class UIUpdateContext.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
public class UIUpdateContext
Inheritance: objectUIUpdateContext
Properties
Document
Gets the document.
Declaration
public TextDocument Document { get; }
Property Value
The document.
Editor
Gets the editor.
Declaration
public RadSyntaxEditor Editor { get; }
Property Value
The editor.
FirstVisibleColumnNumber
Gets the first visible column number.
Declaration
public int FirstVisibleColumnNumber { get; }
Property Value
The first visible column number.
FirstVisibleLineNumber
Gets the first visible line number.
Declaration
public int FirstVisibleLineNumber { get; }
Property Value
The first visible line number.
IsValid
Returns true if ... is valid.
Declaration
public bool IsValid { get; }
Property Value
true if this instance is valid; otherwise, false.
LastVisibleColumnNumber
Gets the last visible column number.
Declaration
public int LastVisibleColumnNumber { get; }
Property Value
The last visible column number.
LastVisibleLineNumber
Gets the last visible line number.
Declaration
public int LastVisibleLineNumber { get; }
Property Value
The last visible line number.
Viewport
Gets the viewport.
Declaration
public Rect Viewport { get; }
Property Value
Rect
The viewport.
VisibleLineNumbers
Collection of numbers of the visible lines.
Declaration
public IEnumerable<int> VisibleLineNumbers { get; }
Property Value