teamlead-dashboard/src/TUI/Engine/Nodes/Attributes/Orientations/IWithOrientation.cs

6 lines
134 B
C#

namespace TUI.Engine.Nodes.Attributes.Orientations;
public interface IWithOrientation
{
public Orientation Orientation { get; }
}