MindFusion.Mapping Programmer's Guide

DecorationImage.HighlightImage Property

See Also
 






Gets or sets a System.Drawing.Image that should be displayed when the decoration is highlighted.

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

 Syntax

C#  Copy Code

public BitmapImage HighlightImage { get; set; }

Visual Basic  Copy Code

Public Property HighlightImage As BitmapImage

 Property Value

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

 See Also