Click or drag to resize

TextEditSetVScroll Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.TextEdit.SetVScroll(System.Double)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetVScroll is deprecated. Use the ScrollVertical property instead.")]
public void SetVScroll(
	double value
)

Parameters

value
Type: SystemDouble

[Missing <param name="value"/> documentation for "M:Godot.TextEdit.SetVScroll(System.Double)"]

See Also