This documentation is archived and is not being maintained.
IntraTextAdornmentTag::TextHeight Property
Gets the height of the text portion of the space-negotiating adornment.
Namespace:
Microsoft.VisualStudio.Text.EditorAssembly:
Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
public:
property Nullable<double> TextHeight {
[CompilerGeneratedAttribute]
Nullable<double> get();
[CompilerGeneratedAttribute]
private: void set(Nullable<double> value);
}
Property Value
Type:
System::Nullable<Double>The height of the text portion of the space-negotiating adornment.
Return to top