Pilz.Telerik.UI.SymbolFactory aktualisieren

2024-07-05 07:12:59 +00:00
parent 9b5748bc3f
commit aa03e746cf

@@ -11,9 +11,9 @@ Create a new directory, we call it `Symbols` here.
Ensure you add this to the project file. This will mark all SVG files within the Symbols folder as embedded resource.
```xml
<ItemGroup>
<EmbeddedResource Include="Symbols\*.svg" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Symbols\*.svg" />
</ItemGroup>
```
Create a new enum. It may look like the following. Ensure you only add new values to the buttom as you will introduce a breaking change to your API otherwise.