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