ITextCaret.Height Property

Definition

Gets the height of the caret in the text rendering coordinate system.

public:
 property double Height { double get(); };
public:
 property double Height { double get(); };
public double Height { get; }
member this.Height : double
Public ReadOnly Property Height As Double

Property Value

The height of the caret.

Exceptions

The caret does not lie in the text formatted by the view.

Applies to