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) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static class ImageExtensions

The ImageExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetResourceKey Gets the resource key from which to load the image source.
Public Extension MethodSetResourceKey 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 propertyResourceKeyAllows to specify a resource key instead of an Uri as the source from which the image will be loaded.
Top
See Also