MindFusion.Mapping Programmer's Guide

DecorationImage.Image Property

See Also
 






Gets or sets the BitmapImage that should be displayed as a decoration.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public BitmapImage Image { get; set; }

Visual Basic  Copy Code

Public Property Image As BitmapImage

 Property Value

A System.Windows.Media.Imaging.BitmapImage instance.

 See Also