Gets or sets the BitmapImage that should be displayed as a decoration.
Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf
SyntaxC#
Copy Code
|
|---|
public BitmapImage Image { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Image As BitmapImage |
A System.Windows.Media.Imaging.BitmapImage instance.
See Also