Class IconModel
public class IconModel : NotificationObject, INotifyPropertyChanged
- Inheritance
-
IconModel
- Implements
- Inherited Members
- Extension Methods
Constructors
IconModel(string, string)
public IconModel(string path, string tooltip)
Parameters
Properties
Path
public string Path { get; }
Property Value
Tooltip
public string Tooltip { get; }