Click or drag to resize

ImageExtensions Class

Extension for the Image class:
Inheritance Hierarchy
SystemObject
  TomsToolbox.WpfImageExtensions

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static class ImageExtensions

The ImageExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetResourceKey
Gets the resource key from which to load the image source.
Public methodStatic memberSetResourceKey
Sets the resource key from which to load the image source.
Top
Fields
  NameDescription
Public fieldStatic memberResourceKeyProperty
Identifies the ResourceKey dependency property.
Top
Attached Properties
  NameDescription
Public attached propertyResourceKey
Allows to specify a resource key instead of an Uri as the source from which the image will be loaded.
Top
See Also