Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Sets the change in position of the top of this formatted text line between the current view layout and the previous view layout.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaração
Sub SetDeltaY ( _
deltaY As Double _
)
void SetDeltaY(
double deltaY
)
void SetDeltaY(
double deltaY
)
abstract SetDeltaY :
deltaY:float -> unit
function SetDeltaY(
deltaY : double
)
Parameters
- deltaY
Type: System.Double
The change in value for the formatted text line.
.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.