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
'宣言
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.