Added icon

This commit is contained in:
Thorsten Sommer 2023-12-08 20:16:39 +01:00
parent c39be82a59
commit 9295b6f5ec
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -7,4 +7,8 @@ public partial class BtnIcon : Control
[Export] [Export]
[ExportGroup("Data")] [ExportGroup("Data")]
public string Text { get; set; } = string.Empty; public string Text { get; set; } = string.Empty;
[Export]
[ExportGroup("Data")]
public Texture Icon { get; set; }
} }