The following tables list the members exposed by Caret.
Name | Description | |
---|---|---|
Brush | Returns the brush used to render the caret. (read only) | |
DocumentOffset | Returns the versioned offset of the caret in the Infragistics.Documents.RichText.RichTextDocument associated with the current active RichDocumentView (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 coordinates) that represents the top left corner of the Caret. (read only) | |
Width | Returns the width of the caret in pixels. (read only) |
Name | Description | |
---|---|---|
SetDocumentOffset | Sets the offset within the Infragistics.Documents.RichText.RichTextDocument at which the Caret should be logically positioned. The Caret's physical location in the display is adjusted accordingly. |
Name | Description | |
---|---|---|
PropertyChanged | Event raised when a property on the object changes. |