Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
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
'Declaração
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.