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.

System.Object
   MarkdownMonster.Utilities.AssociatedIcons

Class Members

MemberDescription
Constructor
GetIconFromFile Gets an Icon as an image source from the file.
public ImageSource GetIconFromFile(string filename)
GetIconFromType
public ImageSource GetIconFromType(string doctype)
Namespace: MarkdownMonster.Utilities

Assembly: MarkdownMonster.dll



© West Wind Technologies, 2025 • Updated: 2025-02-25
Comment or report problem with topic