ImageThemingUtilities.GetImageBackgroundColor(DependencyObject) 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.
Gets the ImageBackgroundColor property.
public:
static System::Windows::Media::Color GetImageBackgroundColor(System::Windows::DependencyObject ^ obj);
public static System.Windows.Media.Color GetImageBackgroundColor (System.Windows.DependencyObject obj);
static member GetImageBackgroundColor : System.Windows.DependencyObject -> System.Windows.Media.Color
Public Function GetImageBackgroundColor (obj As DependencyObject) As Color
Parameters
- obj
- DependencyObject
The object.
Returns
The ImageBackgroundColor property.