ImportedImageVisualSvg Property |
Configure the image using Scalable Vector Graphics XML markup standard. This allows a vector definition for the graphics to be displayed on the image as if it was a drawing canvas. Updating the Svg text updates the image visual.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic string Svg { get; set; }Property Value
Type:
String
See Also