ImportedImageVisualSvg Property |
Property Value
Type: String
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: 11.0.0.7658
Syntaxpublic string Svg { get; set; }Property Value
Type:
String
See Also