Advanced SVG image
Display an SVG Tiny 1.2 image and change the properties of individual image parts at
design time or runtime.
Use case
Statically or dynamically change a part or the entire SVG image. For example, signal a
hardware part malfunction by highlighting a given hardware part representation.
Implementation notes
Consider the following while implementing Advanced SVG image objects:
- The SVG image must contain the ID attribute and properties for the individual image parts you want to change.
- The Advanced SVG image object exposes aSetImageContentC# method. You can only use this method at runtime.For more information about extending projects with C# code, see Extending projects.
For Advanced SVG image implementation examples, see:
Example
Application example - disabled alarm

Application example - enabled alarm

Provide Feedback