using Godot;
using Rokojori;
namespace Rokojori
{
public interface UIStylePropertyContainer
UIStyle GetUIStyleParent();
UIPosition GetUIPosition();
UINumber GetUIStyleNumberProperty( UIStyleNumberProperty property );
}