Gets or sets the image displayed by this item. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public ImageSource Image { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Image As ImageSource |
A WPF ImageSource object.
See Also