Pilz.Telerik.UI.SymbolFactory aktualisieren
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user