ImageThemingUtilities::SetImageBackgroundColor Method (DependencyObject^, Color)

 

Sets the ImageBackgroundColor property.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Imaging (in Microsoft.VisualStudio.Imaging.dll)

public:
static void SetImageBackgroundColor(
	DependencyObject^ obj,
	Color value
)

Parameters

obj
Type: System.Windows::DependencyObject^

The object.

value
Type: System.Windows.Media::Color

The value.

Return to top
Show: