Gets or sets the SvgContent instance representing the SVG drawing rendered in this control.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public SvgContent Content { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Content As SvgContent |
See Also