AssociatedIcons Class
Helper class that allows retrieving of associated icons for given file types. This class caches files by extensions and returns an image source or a default image source for unknown files.
MarkdownMonster.Utilities.AssociatedIcons
Class Members
| Member | Description | |
|---|---|---|
| Constructor | ||
| GetIconFromFile | Gets an Icon as an image source from the file.
public ImageSource GetIconFromFile(string filename)
|
|
| GetIconFromType |
public ImageSource GetIconFromType(string doctype)
|
|
Assembly: MarkdownMonster.dll
