Description
The ThemedImage object represents a control that displays an themed image in the JPEG or PNG file formats. It derives from System.Windows.Controls.Image, and provides two dependency properties to specify the image source to be used in the dark and light themes. It automatically updates the visible image of the control when the current palette theme changes.
Class Hierarchy
Autodesk.Windows.Palettes.Controls.ThemedImage
Visual Basic
Public Class ThemedImage Inherits Image
C#
public class ThemedImage : Image;
Links
ThemedImage Constructor, ThemedImage Fields, ThemedImage Properties