first commit
This commit is contained in:
12
IShadowLabel.cs
Normal file
12
IShadowLabel.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Drawing;
|
||||
|
||||
namespace hKursu.Controls
|
||||
{
|
||||
public interface IShadowLabel
|
||||
{
|
||||
byte Alpha { get; set; }
|
||||
Color ShadowColor { get; set; }
|
||||
int xOffset { get; set; }
|
||||
int yOffset { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user