Version

Caret Class Members

The following tables list the members exposed by Caret.

Public Properties
 NameDescription
Public PropertyBrushReturns the brush used to render the caret. (read only)  
Public PropertyCharacterColumnReturns the zero-based character position of the current active EditorDocumentView's caret on the Infragistics.Documents.TextDocument line in which it is positioned (read-only)  
Public PropertyCharacterColumnNormalizedReturns the one-based character position of the current active EditorDocumentView's caret on the Infragistics.Documents.TextDocument line in which it is positioned (read-only)  
Public PropertyCharacterDisplayColumnReturns the one-based column position of the caret in the current active EditorDocumentView (read-only)  
Public PropertyHeightReturns the height of the caret in pixels. (read only)  
Public PropertyIsVisibleReturns true if the caret is visible. (read-only)  
Public PropertyPixelLocationReturns the Point (in text area cooridnates) that represents the top left corner of the TextLocation. (read only)  
Public PropertyTextLocationReturns the TextLocation of the caret in the current active EditorDocumentView (read-only)  
Public PropertyTextLocationNormalizedReturns the one-based TextLocation of the caret in the current active EditorDocumentView (read-only)  
Public PropertyWidthReturns the width of the caret in pixels. (read only)  
Public Events
 NameDescription
Public EventPropertyChangedEvent raised when a property on the object changes.  
See Also