Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: 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.