Click or drag to resize

StyleBoxTextureMarginTop Property

Increases the top margin of the 3×3 texture box.

A higher value means more of the source texture is considered to be part of the top border of the 3×3 box.

This is also the value used as fallback for ContentMarginTop if it is negative.

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

Property Value

Type: Single
See Also