The following tables list the members exposed by Caret.
| Name | Description | |
|---|---|---|
|  | Brush | Returns the brush used to render the caret. (read only) | 
|  | CharacterColumn | Returns 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) | 
|  | CharacterColumnNormalized | Returns 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) | 
|  | CharacterDisplayColumn | Returns the one-based column position of the caret in the current active EditorDocumentView (read-only) | 
|  | Height | Returns the height of the caret in pixels. (read only) | 
|  | IsVisible | Returns true if the caret is visible. (read-only) | 
|  | PixelLocation | Returns the Point (in text area cooridnates) that represents the top left corner of the TextLocation. (read only) | 
|  | TextLocation | Returns the TextLocation of the caret in the current active EditorDocumentView (read-only) | 
|  | TextLocationNormalized | Returns the one-based TextLocation of the caret in the current active EditorDocumentView (read-only) | 
|  | Width | Returns the width of the caret in pixels. (read only) | 
| Name | Description | |
|---|---|---|
|  | PropertyChanged | Event raised when a property on the object changes. |