6 lines
106 B
C#
6 lines
106 B
C#
namespace DaggerFramework.UI;
|
|
|
|
public struct PanelStyle
|
|
{
|
|
public Color BackgroundColor { get; set; }
|
|
} |