Click or drag to resize

RichTextLabelSetFitContentHeight Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.RichTextLabel.SetFitContentHeight(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetFitContentHeight is deprecated. Use the FitContentHeight property instead.")]
public void SetFitContentHeight(
	bool enabled
)

Parameters

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Godot.RichTextLabel.SetFitContentHeight(System.Boolean)"]

See Also