ImageThemingUtilities.SetImageBackgroundColor(DependencyObject, Color) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the ImageBackgroundColor property.
public:
static void SetImageBackgroundColor(System::Windows::DependencyObject ^ obj, System::Windows::Media::Color value);
public static void SetImageBackgroundColor (System.Windows.DependencyObject obj, System.Windows.Media.Color value);
static member SetImageBackgroundColor : System.Windows.DependencyObject * System.Windows.Media.Color -> unit
Public Sub SetImageBackgroundColor (obj As DependencyObject, value As Color)
Parameters
- obj
- DependencyObject
The object.
- value
- Color
The value.