Click or drag to resize

TextureButtonExpand Property

If true, the texture stretches to the edges of the node's bounding rectangle using the StretchMode. If false, the texture will not scale with the node.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool Expand { get; set; }

Property Value

Type: Boolean
See Also