Pilz.UI.Telerik.SymbolFactory aktualisieren

2024-07-05 07:59:56 +00:00
parent 815f13f911
commit 8290cd44a4

@@ -60,7 +60,7 @@ public class GlobalSymbolFactory : SymbolFactory<GlobalSymbols>
## Access symbols
Accessing symbols esaily via an instance of your SymbolFactory implementation. You can either provide a static instance in `GlobalSymbolFactory or create a new instance wherever you need it. Access via `GetSvgImage` or `GetImage`, decide wheneer you can use an `RadSvgImage` or need an `Image`.
Accessing symbols esaily via an instance of your SymbolFactory implementation. You can either provide a static instance in `GlobalSymbolFactory` or create a new instance wherever you need it. Access via `GetSvgImage` or `GetImage`, decide wheneer you can use an `RadSvgImage` or need an `Image`.
```csharp
// Static instance in GlobalSymbolFactory