Share

ThemedImage Class

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

C#

public class ThemedImage : Image;

Visual Basic

Public Class ThemedImage
Inherits Image

Links

ThemedImage Constructor, ThemedImage Fields, ThemedImage Properties

Was this information helpful?