Click or drag to resize

StyleBoxFlatSetBorderBlend Method

Note: This API is now obsolete.

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

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

Parameters

blend
Type: SystemBoolean

[Missing <param name="blend"/> documentation for "M:Godot.StyleBoxFlat.SetBorderBlend(System.Boolean)"]

See Also