Share via


IAdornmentElement.TextHeight Property

Definition

Gets the height of the adornment text.

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

Property Value

The height of the adornment text.

Remarks

This affects the amount of space reserved for text on an ITextViewLine, which is used to determine the vertical size of the caret.

Applies to