ISmartTagSession.IconSource Property

Definition

Gets or sets an icon that can be used in the display of this session. Smart tags are deprecated in favor of light bulbs. See ILightBulbSession for a replacement.

public:
 property System::Windows::Media::ImageSource ^ IconSource { System::Windows::Media::ImageSource ^ get(); void set(System::Windows::Media::ImageSource ^ value); };
public System.Windows.Media.ImageSource IconSource { get; set; }
member this.IconSource : System.Windows.Media.ImageSource with get, set
Public Property IconSource As ImageSource

Property Value

A ImageSource.

Remarks

The default presenter renders this icon in the smart tag button that appears when the mouse hovers over the tag.

Applies to