Table of Contents

Class IconModel

Namespace
The.WPF.Shell
Assembly
Instagile.WPF.dll
public class IconModel : NotificationObject, INotifyPropertyChanged
Inheritance
IconModel
Implements
Inherited Members
Extension Methods

Constructors

IconModel(string, string)

public IconModel(string path, string tooltip)

Parameters

path string
tooltip string

Properties

Path

public string Path { get; }

Property Value

string

Tooltip

public string Tooltip { get; }

Property Value

string