This commit is contained in:
Jonathan Jenne
2023-11-13 13:15:04 +01:00
parent 623cf43520
commit 5302f0dff5
10 changed files with 198 additions and 66 deletions

View File

@@ -1,4 +1,5 @@
Imports System.Drawing
Imports DevExpress.Utils.Svg
Imports DigitalData.Modules.Base
Imports EnvelopeGenerator.Common.Constants
@@ -12,6 +13,13 @@ Public Class EnvelopeReceiver
End Get
End Property
Public ReadOnly Property Image As SvgBitmap
Get
Return SvgBitmap.FromFile("Images/circle.svg")
End Get
End Property
Public Property ColorType As ColorType