Gets or sets the image displayed in all instances of this shape.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public BitmapSource Image { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Image As BitmapSource |
See Also