mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-07 23:41:47 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Drawing;
|
||||
|
||||
namespace RemSox.UI.GUI.UIEelements;
|
||||
|
||||
public abstract class Shape(string type) : UIElement(type)
|
||||
{
|
||||
public Color Color
|
||||
{
|
||||
get;
|
||||
set => SetProperty(nameof(Color), ref field, value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user