IntraTextAdornmentTag.TextHeight Property

Gets the height of the text portion of the space-negotiating adornment.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public Property TextHeight As Nullable(Of Double)
public Nullable<double> TextHeight { get; private set; }
public:
property Nullable<double> TextHeight {
    Nullable<double> get ();
    private: void set (Nullable<double> value);
}
member TextHeight : Nullable<float> with get, private set
function get TextHeight () : Nullable<double>
private function set TextHeight (value : Nullable<double>)

Property Value

Type: System.Nullable<Double>
The height of the text portion of the space-negotiating adornment.

.NET Framework Security

See Also

Reference

IntraTextAdornmentTag Class

Microsoft.VisualStudio.Text.Editor Namespace