Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the amount of space that is required between the top of the text in the ITextViewLine and the top of the ITextViewLine.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaración
Public Property TopSpace As Nullable(Of Double)
public Nullable<double> TopSpace { get; private set; }
public:
property Nullable<double> TopSpace {
Nullable<double> get ();
private: void set (Nullable<double> value);
}
member TopSpace : Nullable<float> with get, private set
function get TopSpace () : Nullable<double>
private function set TopSpace (value : Nullable<double>)
Property Value
Type: System.Nullable<Double>
The amount of space that is required between the top of the text in the ITextViewLine and the top of the ITextViewLine.
.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.