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.
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
'Declaración
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.